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 97% |
rename from chromeos/dbus/fake_bluetooth_gatt_service_client.h |
rename to device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h |
index f7197277057ff7de2bce363f2895a2d34293d091..0348ea1c432cae9457eba2a9c048a9661e978f39 100644 |
--- a/chromeos/dbus/fake_bluetooth_gatt_service_client.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.h |
@@ -12,11 +12,11 @@ |
#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/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 |
@@ -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_ |