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

Unified Diff: webrtc/rtc_base/safe_compare.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/rtccertificategenerator_unittest.cc ('k') | webrtc/rtc_base/safe_compare_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/safe_compare.h
diff --git a/webrtc/base/safe_compare.h b/webrtc/rtc_base/safe_compare.h
similarity index 98%
copy from webrtc/base/safe_compare.h
copy to webrtc/rtc_base/safe_compare.h
index a57f08293a05f801e54efee939879f2749bdc519..4eb11c24ba91079f4d586fc59080d8a689e985a1 100644
--- a/webrtc/base/safe_compare.h
+++ b/webrtc/rtc_base/safe_compare.h
@@ -28,8 +28,8 @@
// zero; in the remaining cases, it is just a few machine instructions (no
// branches).
-#ifndef WEBRTC_BASE_SAFE_COMPARE_H_
-#define WEBRTC_BASE_SAFE_COMPARE_H_
+#ifndef WEBRTC_RTC_BASE_SAFE_COMPARE_H_
+#define WEBRTC_RTC_BASE_SAFE_COMPARE_H_
#include <stddef.h>
#include <stdint.h>
@@ -173,4 +173,4 @@ RTC_SAFECMP_MAKE_FUN(Ge)
} // namespace rtc
-#endif // WEBRTC_BASE_SAFE_COMPARE_H_
+#endif // WEBRTC_RTC_BASE_SAFE_COMPARE_H_
« no previous file with comments | « webrtc/rtc_base/rtccertificategenerator_unittest.cc ('k') | webrtc/rtc_base/safe_compare_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698