Index: webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.h |
diff --git a/webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.h b/webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.h |
index 7d41f60db22c6f67806d9f98a0245ef04e94e2dc..420e5c529f97db3999eddca98c5bea4b46efcf40 100644 |
--- a/webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.h |
+++ b/webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.h |
@@ -81,7 +81,7 @@ class RtcEventLogHelperThread final { |
void SignalNewEvent(); |
private: |
- static bool ThreadOutputFunction(void* obj); |
+ static void ThreadOutputFunction(void* obj); |
bool AppendEventToString(rtclog::Event* event); |
bool LogToMemory(); |