| Index: net/tools/transport_security_state_generator/cert_util.h
|
| diff --git a/net/tools/domain_security_preload_generator/cert_util.h b/net/tools/transport_security_state_generator/cert_util.h
|
| similarity index 89%
|
| rename from net/tools/domain_security_preload_generator/cert_util.h
|
| rename to net/tools/transport_security_state_generator/cert_util.h
|
| index 6d0a3f4f579e76c3a0387e42d15428b3b60c9ea8..e857cada180796b49af047f4fdf13003924b01e2 100644
|
| --- a/net/tools/domain_security_preload_generator/cert_util.h
|
| +++ b/net/tools/transport_security_state_generator/cert_util.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_CERT_UTIL_H_
|
| -#define NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_CERT_UTIL_H_
|
| +#ifndef NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_CERT_UTIL_H_
|
| +#define NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_CERT_UTIL_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -43,4 +43,4 @@ bool CalculateSPKIHashFromKey(
|
| base::StringPiece pem_key,
|
| net::transport_security_state::SPKIHash* out_hash);
|
|
|
| -#endif // NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_CERT_UTIL_H_
|
| +#endif // NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_CERT_UTIL_H_
|
|
|