| Index: ios/chrome/browser/ui/sync/sync_error_infobar_delegate.h
|
| diff --git a/ios/chrome/browser/ui/sync/sync_error_infobar_delegate.h b/ios/chrome/browser/ui/sync/sync_error_infobar_delegate.h
|
| index 9f10bca15d738e6b19520f295e3afb40116d0cdd..17bb46f0fbc2b3fa6a78b2d391e26ecf2123b55f 100644
|
| --- a/ios/chrome/browser/ui/sync/sync_error_infobar_delegate.h
|
| +++ b/ios/chrome/browser/ui/sync/sync_error_infobar_delegate.h
|
| @@ -51,7 +51,7 @@ class SyncErrorInfoBarDelegate : public ConfirmInfoBarDelegate,
|
| bool Accept() override;
|
|
|
| // ProfileSyncServiceObserver implementation.
|
| - void OnStateChanged() override;
|
| + void OnStateChanged(syncer::SyncService* sync) override;
|
|
|
| private:
|
| gfx::Image icon_;
|
|
|