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..547a9cfa655cfb9e831aab08eb0cf79e4980e828 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 method takes ownership of the MockBluetoothDevice. This is only for |
// 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); |