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

Unified Diff: net/tools/transport_security_state_generator/spki_hash.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/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_

Powered by Google App Engine
This is Rietveld 408576698