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

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

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.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 {

Powered by Google App Engine
This is Rietveld 408576698