blob: 91d3523d10c72d64c5152a21e5081935f7c8a6dc [file] [log] [blame]
Darin Petkov2b8e44e2012-06-25 15:13:26 +02001// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "shill/mock_dbus_manager.h"
6
7namespace shill {
8
9MockDBusManager::MockDBusManager() {}
10
11MockDBusManager::~MockDBusManager() {}
12
13} // namespace shill