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 90% |
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..a67d6c955a3334dac84c070d32cad5617fa1a4ff 100644 |
--- a/chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h |
@@ -8,16 +8,16 @@ |
#include <string> |
#include <vector> |
-#include "chromeos/chromeos_export.h" |
-#include "chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h" |
#include "dbus/object_path.h" |
+#include "device/bluetooth/bluetooth_export.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 |
// and on the Linux desktop. |
-class CHROMEOS_EXPORT FakeBluetoothGattCharacteristicServiceProvider |
+class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattCharacteristicServiceProvider |
: public BluetoothGattCharacteristicServiceProvider { |
public: |
FakeBluetoothGattCharacteristicServiceProvider( |
@@ -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_ |