Index: chrome/browser/ui/webui/options/manage_profile_handler.cc |
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
index a11a7cb627a0101ef34857cf6cec2dd09e4b6875..f7a59af93cc96c9a3013d0715d91a0a94e60a16e 100644 |
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc |
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
@@ -227,7 +227,7 @@ void ManageProfileHandler::OnProfileAvatarChanged( |
SendProfileIconsAndNames(value); |
} |
-void ManageProfileHandler::OnStateChanged() { |
+void ManageProfileHandler::OnStateChanged(syncer::SyncService* sync) { |
RequestCreateProfileUpdate(NULL); |
} |