Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(844)

Unified Diff: webrtc/rtc_base/safe_conversions_impl.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/safe_conversions.h ('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_impl.h
diff --git a/webrtc/base/safe_conversions_impl.h b/webrtc/rtc_base/safe_conversions_impl.h
similarity index 97%
copy from webrtc/base/safe_conversions_impl.h
copy to webrtc/rtc_base/safe_conversions_impl.h
index 52e52eff82372d106723d26c345b531f3ae6efd1..ef116cd94c80383851855c7b2191afbb78578bd0 100644
--- a/webrtc/base/safe_conversions_impl.h
+++ b/webrtc/rtc_base/safe_conversions_impl.h
@@ -10,8 +10,8 @@
// Borrowed from Chromium's src/base/numerics/safe_conversions_impl.h.
-#ifndef WEBRTC_BASE_SAFE_CONVERSIONS_IMPL_H_
-#define WEBRTC_BASE_SAFE_CONVERSIONS_IMPL_H_
+#ifndef WEBRTC_RTC_BASE_SAFE_CONVERSIONS_IMPL_H_
+#define WEBRTC_RTC_BASE_SAFE_CONVERSIONS_IMPL_H_
#include <limits>
@@ -185,4 +185,4 @@ inline RangeCheckResult RangeCheck(Src value) {
} // namespace internal
} // namespace rtc
-#endif // WEBRTC_BASE_SAFE_CONVERSIONS_IMPL_H_
+#endif // WEBRTC_RTC_BASE_SAFE_CONVERSIONS_IMPL_H_
« no previous file with comments | « webrtc/rtc_base/safe_conversions.h ('k') | webrtc/rtc_base/safe_minmax.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698