| Index: chrome/browser/chromeos/bluetooth/bluetooth_manager.cc
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_manager.cc b/chrome/browser/chromeos/bluetooth/bluetooth_manager.cc
|
| index 31339a9bdc711ea6a119a9b96d56b803597e0896..316188506f6e198ed44ae1c9a05d74106faf4de6 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_manager.cc
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_manager.cc
|
| @@ -21,7 +21,8 @@ class BluetoothManagerImpl : public BluetoothManager,
|
| BluetoothManagerImpl() : weak_ptr_factory_(this) {
|
| DBusThreadManager* dbus_thread_manager = DBusThreadManager::Get();
|
| DCHECK(dbus_thread_manager);
|
| - bluetooth_manager_client_ = dbus_thread_manager->bluetooth_manager_client();
|
| + bluetooth_manager_client_ =
|
| + dbus_thread_manager->GetBluetoothManagerClient();
|
| DCHECK(bluetooth_manager_client_);
|
|
|
| bluetooth_manager_client_->AddObserver(this);
|
|
|