Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: net/tools/transport_security_state_generator/pinsets.h

Issue 2632073002: Rename domain_security_preload_generator. (Closed)
Patch Set: rebase & comment rsleevi Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/tools/transport_security_state_generator/pinsets.h
diff --git a/net/tools/domain_security_preload_generator/pinsets.h b/net/tools/transport_security_state_generator/pinsets.h
similarity index 73%
rename from net/tools/domain_security_preload_generator/pinsets.h
rename to net/tools/transport_security_state_generator/pinsets.h
index aa48592edf67bbb074ac7431dcec977504b3de51..b22f8c95c009e1f851483bf92f11a86ce1496b34 100644
--- a/net/tools/domain_security_preload_generator/pinsets.h
+++ b/net/tools/transport_security_state_generator/pinsets.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_PINSETS_H_
-#define NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_PINSETS_H_
+#ifndef NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_PINSETS_H_
+#define NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_PINSETS_H_
#include <map>
#include <memory>
@@ -11,10 +11,10 @@
#include "base/macros.h"
#include "base/strings/string_piece.h"
-#include "net/tools/domain_security_preload_generator/cert_util.h"
-#include "net/tools/domain_security_preload_generator/pinset.h"
-#include "net/tools/domain_security_preload_generator/pinsets.h"
-#include "net/tools/domain_security_preload_generator/spki_hash.h"
+#include "net/tools/transport_security_state_generator/cert_util.h"
+#include "net/tools/transport_security_state_generator/pinset.h"
+#include "net/tools/transport_security_state_generator/pinsets.h"
+#include "net/tools/transport_security_state_generator/spki_hash.h"
namespace net {
@@ -53,4 +53,4 @@ class Pinsets {
} // namespace net
-#endif // NET_TOOLS_DOMAIN_SECURITY_PRELOAD_GENERATOR_PINSETS_H_
+#endif // NET_TOOLS_TRANSPORT_SECURITY_STATE_GENERATOR_PINSETS_H_
« no previous file with comments | « net/tools/transport_security_state_generator/pinset.cc ('k') | net/tools/transport_security_state_generator/pinsets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698