| Index: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc
|
| diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc
|
| similarity index 60%
|
| rename from chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc
|
| rename to chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc
|
| index b3e6375e0dc7b17598730bcd12e492da6b758cc5..a4ffb30714f630009c4c5589d0ed0206d4564d22 100644
|
| --- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.cc
|
| +++ b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.cc
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h"
|
| +#include "chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter_dbus.h"
|
|
|
| namespace chromeos {
|
|
|
| -MockBluetoothAdapter::Observer::Observer() {}
|
| -MockBluetoothAdapter::Observer::~Observer() {}
|
| +MockBluetoothAdapterDBus::Observer::Observer() {}
|
| +MockBluetoothAdapterDBus::Observer::~Observer() {}
|
|
|
| -MockBluetoothAdapter::MockBluetoothAdapter(const std::string& address,
|
| +MockBluetoothAdapterDBus::MockBluetoothAdapterDBus(const std::string& address,
|
| const std::string& name) {
|
| address_ = address;
|
| name_ = name;
|
| }
|
|
|
| -MockBluetoothAdapter::~MockBluetoothAdapter() {}
|
| +MockBluetoothAdapterDBus::~MockBluetoothAdapterDBus() {}
|
|
|
| } // namespace chromeos
|
|
|