Index: webrtc/rtc_base/weak_ptr.h |
diff --git a/webrtc/rtc_base/weak_ptr.h b/webrtc/rtc_base/weak_ptr.h |
index 62c97d96bae7cff8d8b2472a933d3f4ef0be1a99..0e82612ad5071204007b0102abb5162d79a73b63 100644 |
--- a/webrtc/rtc_base/weak_ptr.h |
+++ b/webrtc/rtc_base/weak_ptr.h |
@@ -15,9 +15,9 @@ |
#include <utility> |
-#include "webrtc/base/refcount.h" |
-#include "webrtc/base/scoped_ref_ptr.h" |
-#include "webrtc/base/sequenced_task_checker.h" |
+#include "webrtc/rtc_base/refcount.h" |
+#include "webrtc/rtc_base/scoped_ref_ptr.h" |
+#include "webrtc/rtc_base/sequenced_task_checker.h" |
// The implementation is borrowed from chromium except that it does not |
// implement SupportsWeakPtr. |