Index: webrtc/modules/utility/include/process_thread.h |
diff --git a/webrtc/modules/utility/include/process_thread.h b/webrtc/modules/utility/include/process_thread.h |
index 6fa4e79bcd7c72feed5fa1dc84bbd9ad4dcdb342..2132ee453c25646463a2e54bd3ce521508a5c1d6 100644 |
--- a/webrtc/modules/utility/include/process_thread.h |
+++ b/webrtc/modules/utility/include/process_thread.h |
@@ -18,7 +18,7 @@ |
#if defined(WEBRTC_WIN) |
// Due to a bug in the std::unique_ptr implementation that ships with MSVS, |
// we need the full definition of QueuedTask, on Windows. |
-#include "webrtc/rtc_base/task_queue.h" |
+#include "webrtc/base/task_queue.h" |
#else |
namespace rtc { |
class QueuedTask; |