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

Unified Diff: webrtc/rtc_base/sslidentity.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/sslfingerprint.cc ('k') | webrtc/rtc_base/sslidentity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/sslidentity.h
diff --git a/webrtc/base/sslidentity.h b/webrtc/rtc_base/sslidentity.h
similarity index 98%
copy from webrtc/base/sslidentity.h
copy to webrtc/rtc_base/sslidentity.h
index 263d0dcd039b9e2fbc29ec99ee2dba00d1f61ae9..f84f725ca725107079af75137896e317d8a3a063 100644
--- a/webrtc/base/sslidentity.h
+++ b/webrtc/rtc_base/sslidentity.h
@@ -10,8 +10,8 @@
// Handling of certificates and keypairs for SSLStreamAdapter's peer mode.
-#ifndef WEBRTC_BASE_SSLIDENTITY_H_
-#define WEBRTC_BASE_SSLIDENTITY_H_
+#ifndef WEBRTC_RTC_BASE_SSLIDENTITY_H_
+#define WEBRTC_RTC_BASE_SSLIDENTITY_H_
#include <algorithm>
#include <memory>
@@ -271,4 +271,4 @@ extern const char kPemTypeEcPrivateKey[];
} // namespace rtc
-#endif // WEBRTC_BASE_SSLIDENTITY_H_
+#endif // WEBRTC_RTC_BASE_SSLIDENTITY_H_
« no previous file with comments | « webrtc/rtc_base/sslfingerprint.cc ('k') | webrtc/rtc_base/sslidentity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698