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 90% |
rename from chromeos/dbus/fake_bluetooth_profile_service_provider.h |
rename to device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h |
index 2c98048c5a9895d83bad733f3efe85921aa07595..1259927368576817a14eaea9e9faf575e214bd05 100644 |
--- a/chromeos/dbus/fake_bluetooth_profile_service_provider.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_profile_service_provider.h |
@@ -8,19 +8,19 @@ |
#include "base/bind.h" |
#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/bluetooth_export.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 |
// mock and on the Linux desktop. |
// |
// This class is only called from the dbus origin thread and is not thread-safe. |
-class CHROMEOS_EXPORT FakeBluetoothProfileServiceProvider |
+class DEVICE_BLUETOOTH_EXPORT FakeBluetoothProfileServiceProvider |
: public BluetoothProfileServiceProvider { |
public: |
FakeBluetoothProfileServiceProvider(const dbus::ObjectPath& object_path, |
@@ -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_ |