Index: chrome/browser/ui/webui/options/clear_browser_data_handler.h |
diff --git a/chrome/browser/ui/webui/options/clear_browser_data_handler.h b/chrome/browser/ui/webui/options/clear_browser_data_handler.h |
index d155e11436899d7f2b35c0dc4b24cd4862975a85..98112aa50d15008335ac6bd0d52f6937b600d2f1 100644 |
--- a/chrome/browser/ui/webui/options/clear_browser_data_handler.h |
+++ b/chrome/browser/ui/webui/options/clear_browser_data_handler.h |
@@ -59,7 +59,7 @@ class ClearBrowserDataHandler : public OptionsPageUIHandler, |
// Implementation of SyncServiceObserver. Updates the support string at the |
// bottom of the dialog. |
- void OnStateChanged() override; |
+ void OnStateChanged(syncer::SyncService* sync) override; |
// Finds out whether we should show a notice informing the user about other |
// forms of browsing history. Responds with an asynchronous callback to |