| Index: components/suggestions/BUILD.gn
|
| diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
|
| index 32fb84f29969d736c19dc64b5c6e880586270046..9d4a692b276f53887562c026ae13f1af7496ee7f 100644
|
| --- a/components/suggestions/BUILD.gn
|
| +++ b/components/suggestions/BUILD.gn
|
| @@ -29,7 +29,7 @@ static_library("suggestions") {
|
| deps = [
|
| "//components/data_use_measurement/core",
|
| "//components/google/core/browser",
|
| - "//components/image_fetcher",
|
| + "//components/image_fetcher/core",
|
| "//components/keyed_service/core",
|
| "//components/leveldb_proto",
|
| "//components/pref_registry",
|
| @@ -58,7 +58,7 @@ source_set("unit_tests") {
|
| deps = [
|
| ":suggestions",
|
| "//base/test:test_support",
|
| - "//components/image_fetcher",
|
| + "//components/image_fetcher/core",
|
| "//components/leveldb_proto:test_support",
|
| "//components/signin/core/browser:test_support",
|
| "//components/sync",
|
|
|