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

Unified Diff: net/ssl/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: 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
Index: net/ssl/transport_security_state_static.h
diff --git a/net/base/transport_security_state_static.h b/net/ssl/transport_security_state_static.h
similarity index 99%
rename from net/base/transport_security_state_static.h
rename to net/ssl/transport_security_state_static.h
index 7338e20f1d843ec5c3660ebff527e92132c0045f..aff4a06a9372aebbde0ff3c49e50f93a59739542 100644
--- a/net/base/transport_security_state_static.h
+++ b/net/ssl/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_SSL_TRANSPORT_SECURITY_STATE_STATIC_H_
+#define NET_SSL_TRANSPORT_SECURITY_STATE_STATIC_H_
// These are SubjectPublicKeyInfo hashes for public key pinning. The
// hashes are SHA1 digests.
@@ -799,4 +799,4 @@ static const struct HSTSPreload kPreloadedSNISTS[] = {
};
static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS);
-#endif // NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_
+#endif // NET_SSL_TRANSPORT_SECURITY_STATE_STATIC_H_

Powered by Google App Engine
This is Rietveld 408576698