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

Unified Diff: net/http/transport_security_state_static.h

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 | « net/http/transport_security_state.cc ('k') | net/http/transport_security_state_static.certs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state_static.h
diff --git a/net/base/transport_security_state_static.h b/net/http/transport_security_state_static.h
similarity index 99%
rename from net/base/transport_security_state_static.h
rename to net/http/transport_security_state_static.h
index 47bf35ed8d8b62ccfb7573f614accec354c0ade6..5bb712cd479b81ef6ac562134a2f3ed9ffb907be 100644
--- a/net/base/transport_security_state_static.h
+++ b/net/http/transport_security_state_static.h
@@ -4,8 +4,8 @@
// This file is automatically generated by transport_security_state_static_generate.go
-#ifndef NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_
-#define NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_
+#ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_
+#define NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_
// These are SubjectPublicKeyInfo hashes for public key pinning. The
// hashes are SHA1 digests.
@@ -800,4 +800,4 @@ static const struct HSTSPreload kPreloadedSNISTS[] = {
};
static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS);
-#endif // NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_
+#endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_
« no previous file with comments | « net/http/transport_security_state.cc ('k') | net/http/transport_security_state_static.certs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698