Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: webrtc/test/mock_voice_engine.h

Issue 2994633002: Renamed fields in rtp_rtcp_defines.h/RTCPReportBlock (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698