Index: webrtc/rtc_base/event.h |
diff --git a/webrtc/rtc_base/event.h b/webrtc/rtc_base/event.h |
index ca43d4df5730d4d23c51f1d270ce20a5c937e4cb..b3c0e7cdd76538bd39282daecacf4bf20f44a943 100644 |
--- a/webrtc/rtc_base/event.h |
+++ b/webrtc/rtc_base/event.h |
@@ -11,9 +11,9 @@ |
#ifndef WEBRTC_RTC_BASE_EVENT_H_ |
#define WEBRTC_RTC_BASE_EVENT_H_ |
-#include "webrtc/base/constructormagic.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
#if defined(WEBRTC_WIN) |
-#include "webrtc/base/win32.h" // NOLINT: consider this a system header. |
+#include "webrtc/rtc_base/win32.h" // NOLINT: consider this a system header. |
#elif defined(WEBRTC_POSIX) |
#include <pthread.h> |
#else |