Chromium Code Reviews| Index: src/device_mock.h |
| diff --git a/src/device_mock.h b/src/device_mock.h |
| index d55fbf32113d999f03651ffab487e83966219bc6..8cfddb7776ea24de3b3d8680457ef6c3bae4114b 100644 |
| --- a/src/device_mock.h |
| +++ b/src/device_mock.h |
| @@ -22,6 +22,7 @@ class DeviceMock : public Device { |
| MOCK_METHOD0(StartByteCounter, bool()); |
| MOCK_METHOD0(StopByteCounter, void()); |
| MOCK_CONST_METHOD0(ByteCounterRunning, bool()); |
| + MOCK_METHOD2(ResetByteCounter, void(uint64 rx_bytes, uint64 tx_bytes)); |
| }; |
| } // namespace cashew |