Chromium Code Reviews

Unified Diff: webrtc/rtc_base/safe_conversions.h

Issue 2966523003: Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: Restoring prime suspect includes 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/safe_compare_unittest.cc ('k') | webrtc/rtc_base/safe_minmax.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/safe_conversions.h
diff --git a/webrtc/rtc_base/safe_conversions.h b/webrtc/rtc_base/safe_conversions.h
index f8d73e7bc95ab7b035f97dc3d094854f6da1d923..877f28ad263c93aca02560416b261c24458f1245 100644
--- a/webrtc/rtc_base/safe_conversions.h
+++ b/webrtc/rtc_base/safe_conversions.h
@@ -15,8 +15,8 @@
#include <limits>
-#include "webrtc/base/checks.h"
-#include "webrtc/base/safe_conversions_impl.h"
+#include "webrtc/rtc_base/checks.h"
+#include "webrtc/rtc_base/safe_conversions_impl.h"
namespace rtc {
« no previous file with comments | « webrtc/rtc_base/safe_compare_unittest.cc ('k') | webrtc/rtc_base/safe_minmax.h » ('j') | no next file with comments »

Powered by Google App Engine