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 96% |
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..85af868f6e8890a7c04f980ed929e98f53becd8d 100644 |
--- a/chromeos/dbus/fake_bluetooth_le_advertising_manager_client.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h |
@@ -12,11 +12,11 @@ |
#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/dbus/bluetooth_le_advertising_manager_client.h" |
-namespace chromeos { |
+namespace bluez { |
class FakeBluetoothLEAdvertisementServiceProvider; |
@@ -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_ |