| Index: components/suggestions/suggestions_service_impl.h
|
| diff --git a/components/suggestions/suggestions_service_impl.h b/components/suggestions/suggestions_service_impl.h
|
| index fe304719c37c9efc0d5d4b1792a635e609cf0fd5..de62e8948161466e1a501a12ff9eeb050a5015f4 100644
|
| --- a/components/suggestions/suggestions_service_impl.h
|
| +++ b/components/suggestions/suggestions_service_impl.h
|
| @@ -110,7 +110,7 @@ class SuggestionsServiceImpl : public SuggestionsService,
|
| static GURL BuildSuggestionsBlacklistClearURL();
|
|
|
| // syncer::SyncServiceObserver implementation.
|
| - void OnStateChanged() override;
|
| + void OnStateChanged(syncer::SyncService* sync) override;
|
|
|
| // Sets default timestamp for suggestions which do not have expiry timestamp.
|
| void SetDefaultExpiryTimestamp(SuggestionsProfile* suggestions,
|
|
|