Index: chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc b/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc |
index 58c23760506dd02cbb5d50314d08a382f2daae64..ca9402f5761f95be08f597cdffb0a6f17ff260f8 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc |
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_adapter.cc |
@@ -19,7 +19,8 @@ class BluetoothAdapterImpl : public BluetoothAdapter, |
explicit BluetoothAdapterImpl(const std::string& id) : id_(id) { |
DBusThreadManager* dbus_thread_manager = DBusThreadManager::Get(); |
DCHECK(dbus_thread_manager); |
- bluetooth_adapter_client_ = dbus_thread_manager->bluetooth_adapter_client(); |
+ bluetooth_adapter_client_ = |
+ dbus_thread_manager->GetBluetoothAdapterClient(); |
DCHECK(bluetooth_adapter_client_); |
bluetooth_adapter_client_->AddObserver(this, id_); |
} |