Index: device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h |
diff --git a/chromeos/dbus/fake_bluetooth_profile_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h |
similarity index 95% |
rename from chromeos/dbus/fake_bluetooth_profile_service_provider.h |
rename to device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h |
index 2c98048c5a9895d83bad733f3efe85921aa07595..2ada413c2d1d15369c608bd96aa5250d07c69229 100644 |
--- a/chromeos/dbus/fake_bluetooth_profile_service_provider.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_profile_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_profile_service_provider.h" |
#include "dbus/file_descriptor.h" |
#include "dbus/object_path.h" |
+#include "device/bluetooth/dbus/bluetooth_profile_service_provider.h" |
-namespace chromeos { |
+namespace bluez { |
// FakeBluetoothProfileServiceProvider simulates the behavior of a local |
// Bluetooth agent object and is used both in test cases in place of a |
@@ -55,6 +55,6 @@ class CHROMEOS_EXPORT FakeBluetoothProfileServiceProvider |
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothProfileServiceProvider); |
}; |
-} // namespace chromeos |
+} // namespace bluez |
#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_PROFILE_SERVICE_PROVIDER_H_ |