blob: 02186b81e1c44162d73ee74950551a931431ba12 [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(0) {}
MockService::~MockService() {}
} // namespace apmanager