| 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_
|
|
|