| Index: net/tools/transport_security_state_generator/pinset.h
|
| diff --git a/net/tools/domain_security_preload_generator/pinset.h b/net/tools/transport_security_state_generator/pinset.h
|
| similarity index 88%
|
| rename from net/tools/domain_security_preload_generator/pinset.h
|
| rename to net/tools/transport_security_state_generator/pinset.h
|
| index f74ed3a8c26d8241a633a923763f06da1abebbae..b8efca6613b6022ef6dfa56930df936858e511b1 100644
|
| --- a/net/tools/domain_security_preload_generator/pinset.h
|
| +++ b/net/tools/transport_security_state_generator/pinset.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_PINSET_H_
|
| -#define NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_PINSET_H_
|
| +#ifndef NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_PINSET_H_
|
| +#define NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_PINSET_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -55,4 +55,4 @@ class Pinset {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_PINSET_H_
|
| +#endif // NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_PINSET_H_
|
|
|