Index: device/bluetooth/dbus/fake_bluetooth_media_transport_client.h |
diff --git a/chromeos/dbus/fake_bluetooth_media_transport_client.h b/device/bluetooth/dbus/fake_bluetooth_media_transport_client.h |
similarity index 96% |
rename from chromeos/dbus/fake_bluetooth_media_transport_client.h |
rename to device/bluetooth/dbus/fake_bluetooth_media_transport_client.h |
index f1b2e536663849a575d2c8546463828f57b7f339..40397082153ecc74f6e87d643a6493f467b6a5c1 100644 |
--- a/chromeos/dbus/fake_bluetooth_media_transport_client.h |
+++ b/device/bluetooth/dbus/fake_bluetooth_media_transport_client.h |
@@ -13,10 +13,10 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/observer_list.h" |
#include "chromeos/chromeos_export.h" |
-#include "chromeos/dbus/bluetooth_media_transport_client.h" |
#include "dbus/object_path.h" |
+#include "device/bluetooth/dbus/bluetooth_media_transport_client.h" |
-namespace chromeos { |
+namespace bluez { |
class FakeBluetoothMediaEndpointServiceProvider; |
@@ -78,8 +78,7 @@ class CHROMEOS_EXPORT FakeBluetoothMediaTransportClient |
// Set state/volume property to a certain value. |
void SetState(const dbus::ObjectPath& endpoint_path, |
const std::string& state); |
- void SetVolume(const dbus::ObjectPath& endpoint_path, |
- const uint16_t& volume); |
+ void SetVolume(const dbus::ObjectPath& endpoint_path, const uint16_t& volume); |
// Writes bytes to the input file descriptor, |input_fd|, associated with a |
// transport object which is bound to |endpoint_path|. |
@@ -143,6 +142,6 @@ class CHROMEOS_EXPORT FakeBluetoothMediaTransportClient |
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothMediaTransportClient); |
}; |
-} // namespace chromeos |
+} // namespace bluez |
#endif // CHROMEOS_DBUS_FAKE_BLUETOOTH_MEDIA_TRANSPORT_CLIENT_H_ |