Index: chrome/browser/ui/webui/settings/people_handler.h |
diff --git a/chrome/browser/ui/webui/settings/people_handler.h b/chrome/browser/ui/webui/settings/people_handler.h |
index 9b367b71a9982114341fbe70fb98cb9611545b29..255967957c1c1b4ed360bce8f6bfe0388902be23 100644 |
--- a/chrome/browser/ui/webui/settings/people_handler.h |
+++ b/chrome/browser/ui/webui/settings/people_handler.h |
@@ -119,7 +119,7 @@ class PeopleHandler : public SettingsPageUIHandler, |
const std::string& username) override; |
// syncer::SyncServiceObserver implementation. |
- void OnStateChanged() override; |
+ void OnStateChanged(syncer::SyncService* sync) override; |
// Returns a newly created dictionary with a number of properties that |
// correspond to the status of sync. |