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

Unified Diff: webrtc/rtc_base/safe_minmax.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_impl.h ('k') | webrtc/rtc_base/safe_minmax_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/safe_minmax.h
diff --git a/webrtc/base/safe_minmax.h b/webrtc/rtc_base/safe_minmax.h
similarity index 99%
copy from webrtc/base/safe_minmax.h
copy to webrtc/rtc_base/safe_minmax.h
index bf1cf43b0c06c5ee7583c71849420346d892f965..bb60a3687be0852717fb63d11a61930aaaa8fd8b 100644
--- a/webrtc/base/safe_minmax.h
+++ b/webrtc/rtc_base/safe_minmax.h
@@ -73,8 +73,8 @@
// result, then everything's fine, and the return type is as requested. But if
// the requested type is too small, a static_assert is triggered.
-#ifndef WEBRTC_BASE_SAFE_MINMAX_H_
-#define WEBRTC_BASE_SAFE_MINMAX_H_
+#ifndef WEBRTC_RTC_BASE_SAFE_MINMAX_H_
+#define WEBRTC_RTC_BASE_SAFE_MINMAX_H_
#include <limits>
#include <type_traits>
@@ -332,4 +332,4 @@ R2 SafeClamp(T x, L min, H max) {
} // namespace rtc
-#endif // WEBRTC_BASE_SAFE_MINMAX_H_
+#endif // WEBRTC_RTC_BASE_SAFE_MINMAX_H_
« no previous file with comments | « webrtc/rtc_base/safe_conversions_impl.h ('k') | webrtc/rtc_base/safe_minmax_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698