| Index: components/ui/zoom/BUILD.gn
|
| diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn
|
| index d1d5b00437dae80d60749885fa485ecc010dab24..4a2f3ea569c6f4748417c482da0b7a478b071e2a 100644
|
| --- a/components/ui/zoom/BUILD.gn
|
| +++ b/components/ui/zoom/BUILD.gn
|
| @@ -18,7 +18,7 @@ source_set("zoom") {
|
|
|
| deps = [
|
| "//base",
|
| - "//base:prefs",
|
| + "//components/prefs",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| "//ipc",
|
| @@ -47,7 +47,7 @@ source_set("unit_tests") {
|
| ]
|
| deps = [
|
| ":zoom",
|
| - "//base:prefs",
|
| + "//components/prefs",
|
| "//content/public/common",
|
| "//testing/gtest",
|
| ]
|
|
|