| Index: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h
|
| index d770421359f38e821992a43fb4f32d8e548f2c17..55194cf9043483b545f3108186243024183503e1 100644
|
| --- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h
|
| +++ b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h
|
| @@ -30,7 +30,7 @@ class MockBluetoothAdapter : public BluetoothAdapter {
|
| MOCK_METHOD2(DeviceRemoved, void(BluetoothAdapter *, BluetoothDevice *));
|
| };
|
|
|
| - MockBluetoothAdapter();
|
| + MockBluetoothAdapter(const std::string& address, const std::string& name);
|
|
|
| MOCK_CONST_METHOD0(IsPresent, bool());
|
| MOCK_CONST_METHOD0(IsPowered, bool());
|
|
|