| Index: chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h
 | 
| diff --git a/chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h b/chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h
 | 
| index 23536267d3357315e4cdfb11ec07a44f231dbc45..d8f8024264b5103b3d452e2d7a008206ab85ecb6 100644
 | 
| --- a/chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h
 | 
| +++ b/chrome/browser/extensions/api/bluetooth/bluetooth_event_router.h
 | 
| @@ -29,8 +29,8 @@ class ExtensionBluetoothEventRouter
 | 
|    // adapter is available for the current platform.
 | 
|    bool IsBluetoothSupported() const;
 | 
|  
 | 
| -  void RunCallbackOnAdapterReady(
 | 
| -      const device::BluetoothAdapter::AdapterCallback& callback);
 | 
| +  void GetAdapter(
 | 
| +      const device::BluetoothAdapterFactory::AdapterCallback& callback);
 | 
|  
 | 
|    // Called when a bluetooth event listener is added.
 | 
|    void OnListenerAdded();
 | 
| 
 |