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

Unified Diff: webrtc/rtc_base/mathutils.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/macutils_unittest.cc ('k') | webrtc/rtc_base/md5.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/mathutils.h
diff --git a/webrtc/base/mathutils.h b/webrtc/rtc_base/mathutils.h
similarity index 92%
copy from webrtc/base/mathutils.h
copy to webrtc/rtc_base/mathutils.h
index 3c70e765e1f8d0578ef8175049f6f92639df402c..3882c32803ae97cb0065cebd10488dbacf3c1593 100644
--- a/webrtc/base/mathutils.h
+++ b/webrtc/rtc_base/mathutils.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_BASE_MATHUTILS_H_
-#define WEBRTC_BASE_MATHUTILS_H_
+#ifndef WEBRTC_RTC_BASE_MATHUTILS_H_
+#define WEBRTC_RTC_BASE_MATHUTILS_H_
#include <math.h>
#include <type_traits>
@@ -36,4 +36,4 @@ typename std::make_unsigned<T>::type unsigned_difference(T x, T y) {
return static_cast<unsigned_type>(x) - static_cast<unsigned_type>(y);
}
-#endif // WEBRTC_BASE_MATHUTILS_H_
+#endif // WEBRTC_RTC_BASE_MATHUTILS_H_
« no previous file with comments | « webrtc/rtc_base/macutils_unittest.cc ('k') | webrtc/rtc_base/md5.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698