| Index: device/bluetooth/bluetooth_low_energy_device_mac.h
 | 
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
 | 
| index 2d5bb6f5bcef3c6966d6a830131d7f2c0215e669..5fa43355c83eb3967560df43b9edb3a41d1e7e13 100644
 | 
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.h
 | 
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
 | 
| @@ -82,7 +82,7 @@ class BluetoothLowEnergyDeviceMac : public BluetoothDevice {
 | 
|    static std::string GetPeripheralIdentifier(CBPeripheral* peripheral);
 | 
|  
 | 
|   private:
 | 
| -  friend class BluetoothLowEnergyDiscoveryManagerMac;
 | 
| +  friend class BluetoothAdapterMac;
 | 
|  
 | 
|    // CoreBluetooth data structure.
 | 
|    base::scoped_nsobject<CBPeripheral> peripheral_;
 | 
| 
 |