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

Unified Diff: components/security_state/core/switches.cc

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: update comments. Created 4 years, 1 month 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: components/security_state/core/switches.cc
diff --git a/components/security_state/switches.cc b/components/security_state/core/switches.cc
similarity index 91%
rename from components/security_state/switches.cc
rename to components/security_state/core/switches.cc
index 0eaa328f81270f81fe9dbbf2d5b162bcc2c4a02e..ced029d8842a5e8210967d66c299d87b9b674b0e 100644
--- a/components/security_state/switches.cc
+++ b/components/security_state/core/switches.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/security_state/switches.h"
+#include "components/security_state/core/switches.h"
namespace security_state {
namespace switches {

Powered by Google App Engine
This is Rietveld 408576698