| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 9af73801102727b262a72b2158178e2d63998a70..1185ac1f3d538b0d8e4e611329846cd84434c4b4 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"
|
|
|