blob: 9e764546856a5e12c0557a81090ac92b2ebdc73d [file] [log] [blame]
satorux@chromium.orgf77861f2011-08-25 14:18:29 +09001// Copyright (c) 2011 The Chromium 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 "dbus/mock_bus.h"
6
thestig@chromium.org074b1db2013-02-20 10:36:53 +09007#include "base/location.h"
8
satorux@chromium.orgf77861f2011-08-25 14:18:29 +09009namespace dbus {
10
thestig@chromium.org074b1db2013-02-20 10:36:53 +090011MockBus::MockBus(const Bus::Options& options) : Bus(options) {
satorux@chromium.orgf77861f2011-08-25 14:18:29 +090012}
13
14MockBus::~MockBus() {
15}
16
17} // namespace dbus