Index: webrtc/rtc_base/sequenced_task_checker.h |
diff --git a/webrtc/rtc_base/sequenced_task_checker.h b/webrtc/rtc_base/sequenced_task_checker.h |
index 5e127c7f41d73617489ebc71d971702a5301d78a..40b07f98e6c66ee9bed4363557d4e659a78022a3 100644 |
--- a/webrtc/rtc_base/sequenced_task_checker.h |
+++ b/webrtc/rtc_base/sequenced_task_checker.h |
@@ -16,10 +16,10 @@ |
// with this define will get the same level of checking as debug bots. |
#define ENABLE_SEQUENCED_TASK_CHECKER RTC_DCHECK_IS_ON |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/thread_annotations.h" |
-#include "webrtc/base/sequenced_task_checker_impl.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/sequenced_task_checker_impl.h" |
+#include "webrtc/rtc_base/thread_annotations.h" |
namespace rtc { |