Index: webrtc/rtc_base/weak_ptr.cc |
diff --git a/webrtc/rtc_base/weak_ptr.cc b/webrtc/rtc_base/weak_ptr.cc |
index 8a07a87b7d0dcdd72c5c678bcc0c5f6cbd725938..3693a94e249a6e8254824cec7ef33285ba28401b 100644 |
--- a/webrtc/rtc_base/weak_ptr.cc |
+++ b/webrtc/rtc_base/weak_ptr.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/weak_ptr.h" |
+#include "webrtc/rtc_base/weak_ptr.h" |
// The implementation is borrowed from chromium except that it does not |
// implement SupportsWeakPtr. |