| Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc | 
| diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc | 
| index 99ca95b5a0db9f366d62fc1c3016719d7d3ce5ce..9d8732a0d85d744b2459f389fac8e517db159138 100644 | 
| --- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc | 
| +++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc | 
| @@ -183,7 +183,7 @@ void BluetoothOptionsHandler::RegisterMessages() { | 
| } | 
|  | 
| void BluetoothOptionsHandler::InitializeHandler() { | 
| -  device::BluetoothAdapterFactory::RunCallbackOnAdapterReady( | 
| +  device::BluetoothAdapterFactory::GetAdapter( | 
| base::Bind(&BluetoothOptionsHandler::InitializeAdapter, | 
| weak_ptr_factory_.GetWeakPtr())); | 
| } | 
|  |