Index: webrtc/rtc_base/task_queue.h |
diff --git a/webrtc/rtc_base/task_queue.h b/webrtc/rtc_base/task_queue.h |
index 4c43b23164dfbd77a4c771091c731af70a0a9fd2..218fce9a3b9854529e5683731915b13324aaea25 100644 |
--- a/webrtc/rtc_base/task_queue.h |
+++ b/webrtc/rtc_base/task_queue.h |
@@ -19,16 +19,16 @@ |
#include <dispatch/dispatch.h> |
#endif |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/criticalsection.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/criticalsection.h" |
#if defined(WEBRTC_WIN) || defined(WEBRTC_BUILD_LIBEVENT) |
-#include "webrtc/base/platform_thread.h" |
+#include "webrtc/rtc_base/platform_thread.h" |
#endif |
#if defined(WEBRTC_BUILD_LIBEVENT) |
-#include "webrtc/base/refcountedobject.h" |
-#include "webrtc/base/scoped_ref_ptr.h" |
+#include "webrtc/rtc_base/refcountedobject.h" |
+#include "webrtc/rtc_base/scoped_ref_ptr.h" |
struct event_base; |
struct event; |