| Index: components/suggestions/suggestions_service_impl.h
|
| diff --git a/components/suggestions/suggestions_service_impl.h b/components/suggestions/suggestions_service_impl.h
|
| index 7bd2959d65b3a3d315adc732a59b799f8d543d56..b3ba2216b7c07f8bc65d202df49b0b22d65917a6 100644
|
| --- a/components/suggestions/suggestions_service_impl.h
|
| +++ b/components/suggestions/suggestions_service_impl.h
|
| @@ -94,6 +94,8 @@ class SuggestionsServiceImpl : public SuggestionsService,
|
| FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest, DoesNotFetchOnStartup);
|
| FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
|
| FetchSuggestionsDataSyncNotInitializedEnabled);
|
| + FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
|
| + BuildUrlWithDefaultMinZeroParamForFewFeature);
|
| FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
|
| FetchSuggestionsDataSyncDisabled);
|
| FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest,
|
|
|