Index: chrome/browser/ui/webui/settings/people_handler.cc |
diff --git a/chrome/browser/ui/webui/settings/people_handler.cc b/chrome/browser/ui/webui/settings/people_handler.cc |
index 2fcfd1e1dcfd3070ee6ecd731baeef814351ee44..b86c221ec98838447933c29ca733b00dffd23c28 100644 |
--- a/chrome/browser/ui/webui/settings/people_handler.cc |
+++ b/chrome/browser/ui/webui/settings/people_handler.cc |
@@ -691,7 +691,7 @@ void PeopleHandler::GoogleSignedOut(const std::string& /* account_id */, |
UpdateSyncStatus(); |
} |
-void PeopleHandler::OnStateChanged() { |
+void PeopleHandler::OnStateChanged(syncer::SyncService* sync) { |
UpdateSyncStatus(); |
// When the SyncService changes its state, we should also push the updated |