| Index: dbus/fake_bus.cc
|
| diff --git a/dbus/mock_bus.cc b/dbus/fake_bus.cc
|
| similarity index 50%
|
| copy from dbus/mock_bus.cc
|
| copy to dbus/fake_bus.cc
|
| index 9e764546856a5e12c0557a81090ac92b2ebdc73d..a93772c58b7b092010ef02a40b69d079009aa82a 100644
|
| --- a/dbus/mock_bus.cc
|
| +++ b/dbus/fake_bus.cc
|
| @@ -1,17 +1,17 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2013 The Chromium 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 "dbus/mock_bus.h"
|
| +#include "dbus/fake_bus.h"
|
|
|
| #include "base/location.h"
|
|
|
| namespace dbus {
|
|
|
| -MockBus::MockBus(const Bus::Options& options) : Bus(options) {
|
| +FakeBus::FakeBus(const Bus::Options& options) : Bus(options) {
|
| }
|
|
|
| -MockBus::~MockBus() {
|
| +FakeBus::~FakeBus() {
|
| }
|
|
|
| } // namespace dbus
|
|
|