| 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 0e0cc31c0226c1652b4e88382bb4e24a0e87a6bb..f677f0159a135b1ca310a6ffc6d853fe7cf33d26 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
|
| @@ -47,7 +47,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.
|
|
|