Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index 9b5be838a9d6ff0b51c0771dfbe1a612bbb61105..18f78d41da2e5887d840e612bb1497d1a4ecf7b9 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -445,6 +445,7 @@ split_static_library("ui") { |
public_deps = [ |
"//components/dom_distiller/core", |
"//components/sync", |
+ "//components/translate/content/browser", |
"//content/public/browser", |
] |
deps = [ |
@@ -542,7 +543,6 @@ split_static_library("ui") { |
"//components/syncable_prefs", |
"//components/toolbar", |
"//components/tracing:startup_tracing", |
- "//components/translate/content/browser", |
"//components/undo", |
"//components/update_client", |
"//components/upload_list", |