Index: device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h |
diff --git a/chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h |
similarity index 94% |
rename from chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.h |
rename to device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h |
index 5efe14ffe0ed2d08d6a9c4fd21da5e299125c2bc..c87893c6276e14e66fc3a28896faed4e5a59ef56 100644 |
--- a/chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h |
@@ -9,11 +9,11 @@ |
#include "base/logging.h" |
#include "chromeos/chromeos_export.h" |
-#include "chromeos/dbus/bluetooth_media_endpoint_service_provider.h" |
#include "dbus/object_path.h" |
+#include "device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.h" |
#include "testing/gtest/include/gtest/gtest_prod.h" |
-namespace chromeos { |
+namespace bluez { |
// FakeBluetoothMediaEndpointServiceProvider simulates the behavior of a local |
// Bluetooth Media Endpoint object. |
@@ -52,6 +52,6 @@ class CHROMEOS_EXPORT FakeBluetoothMediaEndpointServiceProvider |
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaEndpointServiceProvider); |
}; |
-} // namespace chromeos |
+} // namespace bluez |
#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_MEDIA_ENDPOINT_SERVICE_PROVIDER_H_ |