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

Unified Diff: net/tools/transport_security_state_generator/cert_util.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/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_
« no previous file with comments | « net/tools/transport_security_state_generator/bit_writer.cc ('k') | net/tools/transport_security_state_generator/cert_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698