| Index: webrtc/test/mock_voice_engine.h
|
| diff --git a/webrtc/test/mock_voice_engine.h b/webrtc/test/mock_voice_engine.h
|
| index e8eb5a263488d478c39511e025c696451870e113..79443b99a1c346309a222ffb86c098dc07b80cde 100644
|
| --- a/webrtc/test/mock_voice_engine.h
|
| +++ b/webrtc/test/mock_voice_engine.h
|
| @@ -227,7 +227,7 @@ class MockVoiceEngine : public VoiceEngineImpl {
|
| unsigned int& timestamp,
|
| unsigned int& playoutTimestamp,
|
| unsigned int* jitter,
|
| - unsigned short* fractionLost));
|
| + unsigned short* fraction_lost));
|
| MOCK_METHOD4(GetRTPStatistics,
|
| int(int channel,
|
| unsigned int& averageJitterMs,
|
|
|