blob: da17b13e8c3c1c061f366b5a80977b409af70d0d [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "apmanager/mock_service.h"
namespace apmanager {
MockService::MockService() : Service(nullptr, 0) {}
MockService::~MockService() {}
} // namespace apmanager