| Index: components/suggestions/BUILD.gn
|
| diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
|
| index 1d36802c071844c715803c37a90fd2f7ef7a014f..32fb84f29969d736c19dc64b5c6e880586270046 100644
|
| --- a/components/suggestions/BUILD.gn
|
| +++ b/components/suggestions/BUILD.gn
|
| @@ -11,8 +11,9 @@ static_library("suggestions") {
|
| "image_manager.h",
|
| "suggestions_pref_names.cc",
|
| "suggestions_pref_names.h",
|
| - "suggestions_service.cc",
|
| "suggestions_service.h",
|
| + "suggestions_service_impl.cc",
|
| + "suggestions_service_impl.h",
|
| "suggestions_store.cc",
|
| "suggestions_store.h",
|
| ]
|
| @@ -51,7 +52,7 @@ source_set("unit_tests") {
|
| sources = [
|
| "blacklist_store_unittest.cc",
|
| "image_manager_unittest.cc",
|
| - "suggestions_service_unittest.cc",
|
| + "suggestions_service_impl_unittest.cc",
|
| "suggestions_store_unittest.cc",
|
| ]
|
| deps = [
|
|
|