Index: device/bluetooth/dbus/fake_bluetooth_le_advertisement_service_provider.h |
diff --git a/chromeos/dbus/fake_bluetooth_le_advertisement_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_le_advertisement_service_provider.h |
similarity index 93% |
rename from chromeos/dbus/fake_bluetooth_le_advertisement_service_provider.h |
rename to device/bluetooth/dbus/fake_bluetooth_le_advertisement_service_provider.h |
index 5a19aeee9438de5faca27df8a34c8d95438cf73d..f65ecd71df580e5fc341453859819bd3da380f86 100644 |
--- a/chromeos/dbus/fake_bluetooth_le_advertisement_service_provider.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_le_advertisement_service_provider.h |
@@ -9,11 +9,11 @@ |
#include "base/callback.h" |
#include "base/memory/scoped_ptr.h" |
#include "chromeos/chromeos_export.h" |
-#include "chromeos/dbus/bluetooth_le_advertisement_service_provider.h" |
#include "dbus/file_descriptor.h" |
#include "dbus/object_path.h" |
+#include "device/bluetooth/dbus/bluetooth_le_advertisement_service_provider.h" |
-namespace chromeos { |
+namespace bluez { |
// FakeBluetoothAdvertisementServiceProvider simulates the behavior of a local |
// Bluetooth agent object and is used both in test cases in place of a |
@@ -44,6 +44,6 @@ class CHROMEOS_EXPORT FakeBluetoothLEAdvertisementServiceProvider |
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothLEAdvertisementServiceProvider); |
}; |
-} // namespace chromeos |
+} // namespace bluez |
#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_LE_ADVERTISEMENT_SERVICE_PROVIDER_H_ |