| Index: chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h b/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
|
| index 57b97f77a3ff4a7b2ed490d38b0656c2a3216a68..85474b715bedbe21ac75fc8508d2757ed0909b33 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
|
| @@ -56,7 +56,7 @@ class ClearBrowsingDataHandler : public SettingsPageUIHandler,
|
|
|
| // Implementation of SyncServiceObserver. Updates the footer of the dialog
|
| // when the sync state changes.
|
| - void OnStateChanged() override;
|
| + void OnStateChanged(syncer::SyncService* sync) override;
|
|
|
| // Finds out whether we should show notice about other forms of history stored
|
| // in user's account.
|
|
|