blob: 30cffb00c7381230789a43dfc5167b4975fb8e76 [file] [log] [blame]
[email protected]b8ae0512011-08-25 05:18:291// 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
[email protected]200328a2013-02-20 01:36:537#include "base/location.h"
8
[email protected]b8ae0512011-08-25 05:18:299namespace dbus {
10
[email protected]200328a2013-02-20 01:36:5311MockBus::MockBus(const Bus::Options& options) : Bus(options) {
[email protected]b8ae0512011-08-25 05:18:2912}
13
Chris Watkins3740aae2017-11-29 07:44:1114MockBus::~MockBus() = default;
[email protected]b8ae0512011-08-25 05:18:2915
16} // namespace dbus