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

Unified Diff: webrtc/rtc_base/sslroots.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/sslidentity_unittest.cc ('k') | webrtc/rtc_base/sslstreamadapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/sslroots.h
diff --git a/webrtc/base/sslroots.h b/webrtc/rtc_base/sslroots.h
similarity index 99%
copy from webrtc/base/sslroots.h
copy to webrtc/rtc_base/sslroots.h
index 0464ac83394502db2f3005a4759b8886e50f5137..b4e3390839a581510a2af72d61b29bddd71a9b80 100644
--- a/webrtc/base/sslroots.h
+++ b/webrtc/rtc_base/sslroots.h
@@ -1,3 +1,6 @@
+#ifndef WEBRTC_RTC_BASE_SSLROOTS_H_
+#define WEBRTC_RTC_BASE_SSLROOTS_H_
+
// This file is the root certificates in C form that are needed to connect to
// Google.
@@ -4264,3 +4267,4 @@ const size_t kSSLCertCertificateSizeList[] = {
1122,
};
+#endif // WEBRTC_RTC_BASE_SSLROOTS_H_
« no previous file with comments | « webrtc/rtc_base/sslidentity_unittest.cc ('k') | webrtc/rtc_base/sslstreamadapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698