Chromium Code Reviews

Unified Diff: webrtc/rtc_base/checks.cc

Issue 2963273002: Update includes for webrtc/{base => rtc_base} rename (3/3) (Closed)
Patch Set: git cl format Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/rtc_base/checks.h ('k') | webrtc/rtc_base/copyonwritebuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « webrtc/rtc_base/checks.h ('k') | webrtc/rtc_base/copyonwritebuffer.h » ('j') | no next file with comments »

Powered by Google App Engine