Index: webrtc/rtc_base/sequenced_task_checker_impl.cc |
diff --git a/webrtc/rtc_base/sequenced_task_checker_impl.cc b/webrtc/rtc_base/sequenced_task_checker_impl.cc |
index f03e0b6796156b02df27791536028b9fd8c0c332..0d2ae3ee34604ce049eeaacb46d8f0992acafb0f 100644 |
--- a/webrtc/rtc_base/sequenced_task_checker_impl.cc |
+++ b/webrtc/rtc_base/sequenced_task_checker_impl.cc |
@@ -8,15 +8,15 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/sequenced_task_checker_impl.h" |
+#include "webrtc/rtc_base/sequenced_task_checker_impl.h" |
#if defined(WEBRTC_MAC) |
#include <dispatch/dispatch.h> |
#endif |
-#include "webrtc/base/platform_thread.h" |
-#include "webrtc/base/sequenced_task_checker.h" |
-#include "webrtc/base/task_queue.h" |
+#include "webrtc/rtc_base/platform_thread.h" |
+#include "webrtc/rtc_base/sequenced_task_checker.h" |
+#include "webrtc/rtc_base/task_queue.h" |
namespace rtc { |