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

Unified Diff: webrtc/rtc_base/safe_conversions.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: Fix invalid merge 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
Index: webrtc/rtc_base/safe_conversions.h
diff --git a/webrtc/base/safe_conversions.h b/webrtc/rtc_base/safe_conversions.h
similarity index 94%
copy from webrtc/base/safe_conversions.h
copy to webrtc/rtc_base/safe_conversions.h
index ff9cc44bc2c183ecb831acdc01fbc2ef1e7f4d66..f8d73e7bc95ab7b035f97dc3d094854f6da1d923 100644
--- a/webrtc/base/safe_conversions.h
+++ b/webrtc/rtc_base/safe_conversions.h
@@ -10,8 +10,8 @@
// Borrowed from Chromium's src/base/numerics/safe_conversions.h.
-#ifndef WEBRTC_BASE_SAFE_CONVERSIONS_H_
-#define WEBRTC_BASE_SAFE_CONVERSIONS_H_
+#ifndef WEBRTC_RTC_BASE_SAFE_CONVERSIONS_H_
+#define WEBRTC_RTC_BASE_SAFE_CONVERSIONS_H_
#include <limits>
@@ -73,4 +73,4 @@ inline Dst saturated_cast(Src value) {
} // namespace rtc
-#endif // WEBRTC_BASE_SAFE_CONVERSIONS_H_
+#endif // WEBRTC_RTC_BASE_SAFE_CONVERSIONS_H_

Powered by Google App Engine
This is Rietveld 408576698