Index: webrtc/rtc_base/thread_darwin.mm |
diff --git a/webrtc/rtc_base/thread_darwin.mm b/webrtc/rtc_base/thread_darwin.mm |
index 5f2227d839c0f58f8acadf5ad4a744c3e1d03a97..a673f28502d530acfd6c4bfdb482fa1db295a643 100644 |
--- a/webrtc/rtc_base/thread_darwin.mm |
+++ b/webrtc/rtc_base/thread_darwin.mm |
@@ -8,11 +8,11 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/thread.h" |
+#include "webrtc/rtc_base/thread.h" |
#import <Foundation/Foundation.h> |
-#include "webrtc/base/platform_thread.h" |
+#include "webrtc/rtc_base/platform_thread.h" |
/* |
* This file contains platform-specific implementations for several |