| Index: components/filesystem/public/cpp/prefs/BUILD.gn
|
| diff --git a/components/filesystem/public/cpp/prefs/BUILD.gn b/components/filesystem/public/cpp/prefs/BUILD.gn
|
| index 22131db967074b1763c5058b6dee371f7e31abcf..2300ab6e84ecbb1ec3e85ddb10086247b26e724b 100644
|
| --- a/components/filesystem/public/cpp/prefs/BUILD.gn
|
| +++ b/components/filesystem/public/cpp/prefs/BUILD.gn
|
| @@ -12,8 +12,8 @@ source_set("prefs") {
|
|
|
| deps = [
|
| "//base",
|
| - "//base:prefs",
|
| "//components/filesystem/public/interfaces",
|
| + "//components/prefs",
|
| "//mojo/common",
|
| "//mojo/shell/public/cpp",
|
| ]
|
|
|