Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index fb57a95024b141113c10314e226137e0a360fbcd..b9b45487d2fb08a0891f76b65bc731d7ec6bf1a5 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -62,7 +62,6 @@ static_library("common") { |
"//base:base", |
"//base:base_static", |
"//base:i18n", |
- "//base:prefs", |
"//chrome:resources", |
"//chrome:strings", |
"//chrome/app/theme:theme_resources", |
@@ -88,6 +87,7 @@ static_library("common") { |
"//components/offline_pages:switches", |
"//components/omnibox/common", |
"//components/policy:policy_component_common", |
+ "//components/prefs", |
"//components/strings", |
"//components/translate/core/common", |
"//components/url_formatter", |