| Index: device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_gatt_service_client.h b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h
|
| similarity index 95%
|
| rename from chromeos/dbus/fake_bluetooth_gatt_service_client.h
|
| rename to device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h
|
| index f7197277057ff7de2bce363f2895a2d34293d091..d25e9d2b53114f7f2d9d9c710d22f27e38a2b165 100644
|
| --- a/chromeos/dbus/fake_bluetooth_gatt_service_client.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h
|
| @@ -11,17 +11,17 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "chromeos/chromeos_export.h"
|
| -#include "chromeos/dbus/bluetooth_gatt_service_client.h"
|
| #include "dbus/object_path.h"
|
| #include "dbus/property.h"
|
| +#include "device/bluetooth/bluetooth_export.h"
|
| +#include "device/bluetooth/dbus/bluetooth_gatt_service_client.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| // FakeBluetoothGattServiceClient simulates the behavior of the Bluetooth Daemon
|
| // GATT service objects and is used in test cases in place of a mock and on the
|
| // Linux desktop.
|
| -class CHROMEOS_EXPORT FakeBluetoothGattServiceClient
|
| +class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattServiceClient
|
| : public BluetoothGattServiceClient {
|
| public:
|
| struct Properties : public BluetoothGattServiceClient::Properties {
|
| @@ -101,6 +101,6 @@ class CHROMEOS_EXPORT FakeBluetoothGattServiceClient
|
| DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattServiceClient);
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|
| #endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_GATT_SERVICE_CLIENT_H_
|
|
|