Index: device/bluetooth/dbus/fake_bluetooth_media_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_media_client.h b/device/bluetooth/dbus/fake_bluetooth_media_client.h |
similarity index 91% |
rename from chromeos/dbus/fake_bluetooth_media_client.h |
rename to device/bluetooth/dbus/fake_bluetooth_media_client.h |
index 3b4f4a7098d4996834b9dc0b3eb18d764ee14d33..3d6d84eee39dffab9a5fd9e5d3a9c2b8c68b2c0c 100644 |
--- a/chromeos/dbus/fake_bluetooth_media_client.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_media_client.h |
@@ -9,15 +9,16 @@ |
#include "base/callback.h" |
#include "base/observer_list.h" |
-#include "chromeos/chromeos_export.h" |
-#include "chromeos/dbus/bluetooth_media_client.h" |
#include "dbus/object_path.h" |
+#include "device/bluetooth/bluetooth_export.h" |
+#include "device/bluetooth/dbus/bluetooth_media_client.h" |
-namespace chromeos { |
+namespace bluez { |
class FakeBluetoothMediaEndpointServiceProvider; |
-class CHROMEOS_EXPORT FakeBluetoothMediaClient : public BluetoothMediaClient { |
+class DEVICE_BLUETOOTH_EXPORT FakeBluetoothMediaClient |
+ : public BluetoothMediaClient { |
public: |
// The default codec is SBC(0x00). |
static const uint8_t kDefaultCodec; |
@@ -71,6 +72,6 @@ class CHROMEOS_EXPORT FakeBluetoothMediaClient : public BluetoothMediaClient { |
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaClient); |
}; |
-} // namespace chromeos |
+} // namespace bluez |
#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_MEDIA_CLIENT_H_ |