Chromium Code Reviews| Index: components/keyed_service/core/BUILD.gn |
| diff --git a/components/keyed_service/core/BUILD.gn b/components/keyed_service/core/BUILD.gn |
| index 3ba7a45ba8a4f4bafb47e12ee0bbc2d039653e9f..79a0ed3a647b9526b95efec66a68527fee35abf7 100644 |
| --- a/components/keyed_service/core/BUILD.gn |
| +++ b/components/keyed_service/core/BUILD.gn |
| @@ -31,8 +31,8 @@ component("core") { |
| deps = [ |
| "//base", |
| - "//base:prefs", |
| "//components/pref_registry", |
| + "//components/prefs", |
| "//components/user_prefs", |
| ] |
| } |