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

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

Powered by Google App Engine
This is Rietveld 408576698