| Index: device/bluetooth/test/mock_bluetooth_adapter.h
 | 
| diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h
 | 
| index 6aa43b06d3bd495c1beeec8a6236c6156c128236..4c15f672f5764f80db5151d8423b7536a699315d 100644
 | 
| --- a/device/bluetooth/test/mock_bluetooth_adapter.h
 | 
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.h
 | 
| @@ -147,7 +147,7 @@ class MockBluetoothAdapter : public BluetoothAdapter {
 | 
|    MOCK_METHOD1(RemovePairingDelegateInternal,
 | 
|                 void(BluetoothDevice::PairingDelegate* pairing_delegate));
 | 
|  
 | 
| -  ScopedVector<MockBluetoothDevice> mock_devices_;
 | 
| +  std::vector<std::unique_ptr<MockBluetoothDevice>> mock_devices_;
 | 
|  };
 | 
|  
 | 
|  }  // namespace device
 | 
| 
 |