Chromium Code Reviews| 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 cd8b8a1bb87fa5ad34f1d120f55cc2af6a4d4804..f8c0baecdc931cf87825669f4d86f1efe6cce405 100644 |
| --- a/device/bluetooth/test/mock_bluetooth_adapter.h |
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.h |
| @@ -102,7 +102,7 @@ class MockBluetoothAdapter : public BluetoothAdapter { |
| const ErrorCallback& error_callback); |
| // BluetoothAdapter is supposed to manage the lifetime of BluetoothDevices. |
| - // This methods takes ownership of the BluetoothDevices. This is only for |
| + // This methods takes ownership of the MockBluetoothDevice. This is only for |
|
armansito
2015/06/09 19:23:48
nit: s/This methods/This method/
ortuno
2015/06/09 20:46:42
Done.
|
| // convenience as far testing is concerned and it's possible to write test |
| // cases without using these functions. |
| void AddMockDevice(scoped_ptr<MockBluetoothDevice> mock_device); |