Index: device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.cc |
diff --git a/chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.cc b/device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.cc |
similarity index 83% |
rename from chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.cc |
rename to device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.cc |
index a275374816e06130bab0ae5d3e3b657dcc7c0ac8..83a0822e8bf0ca72bff857565d7e18aaf3cd3362 100644 |
--- a/chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.cc |
+++ b/device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chromeos/dbus/fake_bluetooth_media_endpoint_service_provider.h" |
+#include "device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h" |
-#include "chromeos/dbus/dbus_thread_manager.h" |
-#include "chromeos/dbus/fake_bluetooth_media_client.h" |
-#include "chromeos/dbus/fake_bluetooth_media_transport_client.h" |
+#include "device/bluetooth/dbus/bluez_dbus_manager.h" |
+#include "device/bluetooth/dbus/fake_bluetooth_media_client.h" |
+#include "device/bluetooth/dbus/fake_bluetooth_media_transport_client.h" |
using dbus::ObjectPath; |
-namespace chromeos { |
+namespace bluez { |
FakeBluetoothMediaEndpointServiceProvider:: |
FakeBluetoothMediaEndpointServiceProvider(const ObjectPath& object_path, |
@@ -43,7 +43,7 @@ void FakeBluetoothMediaEndpointServiceProvider::SelectConfiguration( |
// Makes the transport object valid for the given endpoint path. |
FakeBluetoothMediaTransportClient* transport = |
static_cast<FakeBluetoothMediaTransportClient*>( |
- DBusThreadManager::Get()->GetBluetoothMediaTransportClient()); |
+ bluez::BluezDBusManager::Get()->GetBluetoothMediaTransportClient()); |
DCHECK(transport); |
transport->SetValid(this, true); |
} |
@@ -62,4 +62,4 @@ void FakeBluetoothMediaEndpointServiceProvider::Released() { |
delegate_->Released(); |
} |
-} // namespace chromeos |
+} // namespace bluez |