| Index: webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h | 
| diff --git a/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h b/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h | 
| index cb31d8f7793b664886c06be08dc4f20d59c7413d..bd0753aa2cfe6ae2c0499226d0b540ff60ad1fae 100644 | 
| --- a/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h | 
| +++ b/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h | 
| @@ -76,6 +76,10 @@ class MockRtcEventLog : public RtcEventLog { | 
| MOCK_METHOD2(LogProbeResultSuccess, void(int id, int bitrate_bps)); | 
| MOCK_METHOD2(LogProbeResultFailure, | 
| void(int id, ProbeFailureReason failure_reason)); | 
| + | 
| +  MOCK_METHOD2(LogHostLookupResult, | 
| +               void(int error, | 
| +                    int64_t time_ms)); | 
| }; | 
|  | 
| }  // namespace webrtc | 
|  |