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

Unified Diff: ios/shared/chrome/browser/ui/omnibox/BUILD.gn

Issue 2761343002: [ios] Adds LocationBarCoordinator. (Closed)
Patch Set: Rebased. Created 3 years, 8 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: ios/shared/chrome/browser/ui/omnibox/BUILD.gn
diff --git a/ios/shared/chrome/browser/ui/omnibox/BUILD.gn b/ios/shared/chrome/browser/ui/omnibox/BUILD.gn
index c27a6a17314da57154a8137862d8569ab1d3e19a..ed2f132c49f891f03382b2364860df7c7c7af52f 100644
--- a/ios/shared/chrome/browser/ui/omnibox/BUILD.gn
+++ b/ios/shared/chrome/browser/ui/omnibox/BUILD.gn
@@ -13,5 +13,6 @@ source_set("omnibox") {
deps = [
"//base",
"//components/omnibox/browser",
+ "//ui/base",
]
}

Powered by Google App Engine
This is Rietveld 408576698