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 e8a983c9d831fdc0b0382b389ca5599f0b5b2e27..0d9ad4dc96ad77beb657b7bd7768d1b1f7a35dbe 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 |
@@ -17,12 +17,12 @@ |
#include <utility> |
#include <vector> |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/event.h" |
-#include "webrtc/base/ignore_wundef.h" |
-#include "webrtc/base/platform_thread.h" |
-#include "webrtc/base/protobuf_utils.h" |
-#include "webrtc/base/swap_queue.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/event.h" |
+#include "webrtc/rtc_base/ignore_wundef.h" |
+#include "webrtc/rtc_base/platform_thread.h" |
+#include "webrtc/rtc_base/protobuf_utils.h" |
+#include "webrtc/rtc_base/swap_queue.h" |
#include "webrtc/system_wrappers/include/file_wrapper.h" |
#ifdef ENABLE_RTC_EVENT_LOG |