| Index: chrome/browser/ui/webui/options/manage_profile_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| index 92087715b35a9234feeff8f46e5517d448ad4199..4397029f6fc5ee0da975c5939859d9ad82e58d0f 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| @@ -46,7 +46,7 @@ class ManageProfileHandler : public OptionsPageUIHandler,
|
| void OnProfileAvatarChanged(const base::FilePath& profile_path) override;
|
|
|
| // syncer::SyncServiceObserver:
|
| - void OnStateChanged() override;
|
| + void OnStateChanged(syncer::SyncService* sync) override;
|
|
|
| private:
|
| // This function creates signed in user specific strings in loadTimeData.
|
|
|