aboutsummaryrefslogtreecommitdiff
path: root/logging/rtc_event_log/mock/mock_rtc_event_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'logging/rtc_event_log/mock/mock_rtc_event_log.h')
-rw-r--r--logging/rtc_event_log/mock/mock_rtc_event_log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/logging/rtc_event_log/mock/mock_rtc_event_log.h b/logging/rtc_event_log/mock/mock_rtc_event_log.h
index 6f69169eff..44207ff2ba 100644
--- a/logging/rtc_event_log/mock/mock_rtc_event_log.h
+++ b/logging/rtc_event_log/mock/mock_rtc_event_log.h
@@ -20,6 +20,9 @@ namespace webrtc {
class MockRtcEventLog : public RtcEventLog {
public:
+ MockRtcEventLog();
+ ~MockRtcEventLog();
+
virtual bool StartLogging(std::unique_ptr<RtcEventLogOutput> output,
int64_t output_period_ms) {
return StartLoggingProxy(output.get(), output_period_ms);