| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 712c5fbfaa8e0f4b3c0bca6c59789438711ede60..e18158a006fd7bbaa181e4e111c7e4a814b60590 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -49,8 +49,8 @@ split_static_library("ui") {
|
| # browser, then we can clean up these dependencies.
|
| public_deps = [
|
| "//components/dom_distiller/core",
|
| + "//components/sync",
|
| "//content/public/browser",
|
| - "//sync",
|
| ]
|
| deps = [
|
| # NOTE: New dependencies should generally be added in the OS!="ios"
|
|
|