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

Unified Diff: ios/chrome/browser/ssl/BUILD.gn

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: sync. 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: ios/chrome/browser/ssl/BUILD.gn
diff --git a/ios/chrome/browser/ssl/BUILD.gn b/ios/chrome/browser/ssl/BUILD.gn
index 261a4fdcdc3c3a9584b46978884e389b3ef57f22..149ab78975c9dd2cc6eb15e34b1789f6d8e2eac8 100644
--- a/ios/chrome/browser/ssl/BUILD.gn
+++ b/ios/chrome/browser/ssl/BUILD.gn
@@ -4,8 +4,8 @@
source_set("ssl") {
sources = [
- "ios_chrome_security_state_model_client.h",
- "ios_chrome_security_state_model_client.mm",
+ "ios_security_state_tab_helper.h",
+ "ios_security_state_tab_helper.mm",
"ios_ssl_blocking_page.h",
"ios_ssl_blocking_page.mm",
"ios_ssl_error_handler.h",
@@ -14,7 +14,7 @@ source_set("ssl") {
deps = [
"//base",
"//components/security_interstitials/core",
- "//components/security_state",
+ "//components/security_state/core",
"//components/strings",
"//ios/chrome/app/strings",
"//ios/chrome/browser/browser_state",
« no previous file with comments | « components/toolbar/toolbar_model_impl.cc ('k') | ios/chrome/browser/ssl/ios_chrome_security_state_model_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698