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

Unified Diff: ios/chrome/browser/ui/omnibox/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/ui/omnibox/BUILD.gn
diff --git a/ios/chrome/browser/ui/omnibox/BUILD.gn b/ios/chrome/browser/ui/omnibox/BUILD.gn
index bf425416a3b2b9db74d8f2402fd176687c775d19..10b847a569d14579f385ee2f7ce98e8c9f0d5f28 100644
--- a/ios/chrome/browser/ui/omnibox/BUILD.gn
+++ b/ios/chrome/browser/ui/omnibox/BUILD.gn
@@ -12,7 +12,7 @@ source_set("omnibox") {
deps = [
"//base",
"//components/omnibox/browser",
- "//components/security_state",
+ "//components/security_state/core",
"//ios/chrome/app/theme",
]
}
« no previous file with comments | « ios/chrome/browser/ssl/ios_security_state_tab_helper.mm ('k') | ios/chrome/browser/ui/omnibox/omnibox_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698