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

Unified Diff: webrtc/rtc_base/base64.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/atomicops_unittest.cc ('k') | webrtc/rtc_base/base64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/base64.h
diff --git a/webrtc/base/base64.h b/webrtc/rtc_base/base64.h
similarity index 97%
copy from webrtc/base/base64.h
copy to webrtc/rtc_base/base64.h
index eba3cc0d1d10ca8586b589dfc790e5c46c2e7fd9..80f65c18e1dca4ecdbd6056c4a9fc066497c7b35 100644
--- a/webrtc/base/base64.h
+++ b/webrtc/rtc_base/base64.h
@@ -9,8 +9,8 @@
//* intact.
//*********************************************************************
-#ifndef WEBRTC_BASE_BASE64_H__
-#define WEBRTC_BASE_BASE64_H__
+#ifndef WEBRTC_RTC_BASE_BASE64_H_
+#define WEBRTC_RTC_BASE_BASE64_H_
#include <string>
#include <vector>
@@ -120,4 +120,4 @@ class Base64 {
} // namespace rtc
-#endif // WEBRTC_BASE_BASE64_H__
+#endif // WEBRTC_RTC_BASE_BASE64_H_
« no previous file with comments | « webrtc/rtc_base/atomicops_unittest.cc ('k') | webrtc/rtc_base/base64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698