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

Unified Diff: components/security_state/core/security_state_model_client.h

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Refactor -> WebContentsSecurityStateModel. Created 4 years, 2 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: components/security_state/core/security_state_model_client.h
diff --git a/components/security_state/security_state_model_client.h b/components/security_state/core/security_state_model_client.h
similarity index 95%
rename from components/security_state/security_state_model_client.h
rename to components/security_state/core/security_state_model_client.h
index fc15c7a02f173258a1092a53f11e540b0da67722..dd54d1ff34597a64725a214f08ec7338657e4d5e 100644
--- a/components/security_state/security_state_model_client.h
+++ b/components/security_state/core/security_state_model_client.h
@@ -7,7 +7,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "components/security_state/security_state_model.h"
+#include "components/security_state/core/security_state_model.h"
#include "net/cert/cert_status_flags.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698