| Index: net/tools/transport_security_state_generator/spki_hash.h
|
| diff --git a/net/tools/domain_security_preload_generator/spki_hash.h b/net/tools/transport_security_state_generator/spki_hash.h
|
| similarity index 86%
|
| rename from net/tools/domain_security_preload_generator/spki_hash.h
|
| rename to net/tools/transport_security_state_generator/spki_hash.h
|
| index ca07d0a5c832cd174947d89f133a319aa9f37211..c65313cece1fb286f114bbb1b0d5139fff057a44 100644
|
| --- a/net/tools/domain_security_preload_generator/spki_hash.h
|
| +++ b/net/tools/transport_security_state_generator/spki_hash.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_SPKI_HASH_H_
|
| -#define NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_SPKI_HASH_H_
|
| +#ifndef NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_SPKI_HASH_H_
|
| +#define NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_SPKI_HASH_H_
|
|
|
| #include <stdint.h>
|
| #include <string>
|
| @@ -46,4 +46,4 @@ class SPKIHash {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_SPKI_HASH_H_
|
| +#endif // NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_SPKI_HASH_H_
|
|
|