chromeos: bluetooth: add BluetoothNodeClient
[chromium-blink-merge.git] / dbus / mock_bus.cc
blobe97cd719c3d298211a55df1b09a0b6c5e1721942
1 // 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.
5 #include "dbus/mock_bus.h"
7 namespace dbus {
9 MockBus::MockBus(Bus::Options& options) : Bus(options) {
12 MockBus::~MockBus() {
15 } // namespace dbus