Index: webrtc/rtc_base/messagequeue.cc |
diff --git a/webrtc/rtc_base/messagequeue.cc b/webrtc/rtc_base/messagequeue.cc |
index fce1906a41e0d5c5db6c07e0c5c4bd07ccf30cf8..c22cea70e92005cff2d48a67602e9e0d7ac4e82c 100644 |
--- a/webrtc/rtc_base/messagequeue.cc |
+++ b/webrtc/rtc_base/messagequeue.cc |
@@ -9,13 +9,13 @@ |
*/ |
#include <algorithm> |
-#include "webrtc/base/atomicops.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/messagequeue.h" |
-#include "webrtc/base/stringencode.h" |
-#include "webrtc/base/thread.h" |
-#include "webrtc/base/trace_event.h" |
+#include "webrtc/rtc_base/atomicops.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/messagequeue.h" |
+#include "webrtc/rtc_base/stringencode.h" |
+#include "webrtc/rtc_base/thread.h" |
+#include "webrtc/rtc_base/trace_event.h" |
namespace rtc { |
namespace { |