Index: webrtc/rtc_base/checks.cc |
diff --git a/webrtc/rtc_base/checks.cc b/webrtc/rtc_base/checks.cc |
index 32c2f58373658bf985d28b1e122bc0b42b044c54..533240f066dc6494c5e598f9649e2f95f2b7bdc4 100644 |
--- a/webrtc/rtc_base/checks.cc |
+++ b/webrtc/rtc_base/checks.cc |
@@ -30,8 +30,8 @@ |
#include <windows.h> |
#endif |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/logging.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/logging.h" |
#if defined(_MSC_VER) |
// Warning C4722: destructor never returns, potential memory leak. |