| Index: components/suggestions/suggestions_service_impl.h
|
| diff --git a/components/suggestions/suggestions_service_impl.h b/components/suggestions/suggestions_service_impl.h
|
| index 740bb8f8d9055781c74011b4a9231c15a7dcf16c..ff31fc84ce4a3a0ab23e070e83cb12f496caa220 100644
|
| --- a/components/suggestions/suggestions_service_impl.h
|
| +++ b/components/suggestions/suggestions_service_impl.h
|
| @@ -112,7 +112,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,
|
|
|