| Index: device/bluetooth/bluetooth_adapter.h
 | 
| diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
 | 
| index 3c74ff9ad69f67ecbcd1449612c143b238bb1ac7..06c529532e6dd6719a4d3c1fcad04d94da45ee0f 100644
 | 
| --- a/device/bluetooth/bluetooth_adapter.h
 | 
| +++ b/device/bluetooth/bluetooth_adapter.h
 | 
| @@ -386,6 +386,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
 | 
|   protected:
 | 
|    friend class base::RefCounted<BluetoothAdapter>;
 | 
|    friend class BluetoothDiscoverySession;
 | 
| +  friend class BluetoothTestBase;
 | 
|  
 | 
|    typedef std::map<const std::string, BluetoothDevice*> DevicesMap;
 | 
|    typedef std::pair<BluetoothDevice::PairingDelegate*, PairingDelegatePriority>
 | 
| @@ -474,6 +475,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
 | 
|    void DiscoverySessionBecameInactive(
 | 
|        BluetoothDiscoverySession* discovery_session);
 | 
|  
 | 
| +  void DeleteDeviceForTesting(const std::string& address);
 | 
| +
 | 
|    // Observers of BluetoothAdapter, notified from implementation subclasses.
 | 
|    base::ObserverList<device::BluetoothAdapter::Observer> observers_;
 | 
|  
 | 
| 
 |