| Index: device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| similarity index 95%
|
| rename from chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| rename to device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| index 8a8440ba13cf6a8883682f90cfb5f3702f9083a9..d36f0d7ce1cc14dc778e41c81be2ef56ab4fe9fd 100644
|
| --- a/chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
| @@ -9,10 +9,10 @@
|
| #include <vector>
|
|
|
| #include "chromeos/chromeos_export.h"
|
| -#include "chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h"
|
| #include "dbus/object_path.h"
|
| +#include "device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h"
|
|
|
| -namespace chromeos {
|
| +namespace bluez {
|
|
|
| // FakeBluetoothGattCharacteristicServiceProvider simulates behavior of a local
|
| // GATT characteristic object and is used both in test cases in place of a mock
|
| @@ -61,6 +61,6 @@ class CHROMEOS_EXPORT FakeBluetoothGattCharacteristicServiceProvider
|
| DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattCharacteristicServiceProvider);
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace bluez
|
|
|
| #endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_GATT_CHARACTERISTIC_SERVICE_PROVIDER_H_
|
|
|