| Index: net/tools/transport_security_state_generator/pinsets.cc
|
| diff --git a/net/tools/domain_security_preload_generator/pinsets.cc b/net/tools/transport_security_state_generator/pinsets.cc
|
| similarity index 83%
|
| rename from net/tools/domain_security_preload_generator/pinsets.cc
|
| rename to net/tools/transport_security_state_generator/pinsets.cc
|
| index a22dd62cd403b6117e869817fb6b0dfa47a81579..a9e7446aebc201163c74038e7ff6f0bddab6b1a9 100644
|
| --- a/net/tools/domain_security_preload_generator/pinsets.cc
|
| +++ b/net/tools/transport_security_state_generator/pinsets.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/tools/domain_security_preload_generator/pinsets.h"
|
| +#include "net/tools/transport_security_state_generator/pinsets.h"
|
|
|
| -#include "net/tools/domain_security_preload_generator/spki_hash.h"
|
| +#include "net/tools/transport_security_state_generator/spki_hash.h"
|
|
|
| namespace net {
|
|
|
|
|