| Index: device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_le_advertising_manager_client.h b/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h
|
| similarity index 92%
|
| rename from chromeos/dbus/fake_bluetooth_le_advertising_manager_client.h
|
| rename to device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h
|
| index 5df129cca03499b4049962a2b7bc4ccdff324608..e3090e6b80a496685401771ace092e04d75f0cc6 100644
|
| --- a/chromeos/dbus/fake_bluetooth_le_advertising_manager_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h
|
| @@ -11,12 +11,12 @@
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| #include "base/observer_list.h"
|
| -#include "chromeos/chromeos_export.h"
|
| -#include "chromeos/dbus/bluetooth_le_advertising_manager_client.h"
|
| #include "dbus/object_path.h"
|
| #include "dbus/property.h"
|
| +#include "device/bluetooth/bluetooth_export.h"
|
| +#include "device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| class FakeBluetoothLEAdvertisementServiceProvider;
|
|
|
| @@ -24,7 +24,7 @@ class FakeBluetoothLEAdvertisementServiceProvider;
|
| // Bluetooth
|
| // Daemon's profile manager object and is used both in test cases in place of a
|
| // mock and on the Linux desktop.
|
| -class CHROMEOS_EXPORT FakeBluetoothLEAdvertisingManagerClient
|
| +class DEVICE_BLUETOOTH_EXPORT FakeBluetoothLEAdvertisingManagerClient
|
| : public BluetoothLEAdvertisingManagerClient {
|
| public:
|
| FakeBluetoothLEAdvertisingManagerClient();
|
| @@ -74,6 +74,6 @@ class CHROMEOS_EXPORT FakeBluetoothLEAdvertisingManagerClient
|
| DISALLOW_COPY_AND_ASSIGN(FakeBluetoothLEAdvertisingManagerClient);
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|
| #endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_LE_ADVERTISING_MANAGER_CLIENT_H_
|
|
|