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 34fc5e66a7f6e2ab16542e3593d02a5999098027..4e3e50327ba0547c6ad16cc26a5314fb0ba994fb 100644 |
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc |
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
@@ -543,7 +543,7 @@ void ManageProfileHandler::RemoveProfileShortcut(const base::ListValue* args) { |
} |
void ManageProfileHandler::RefreshGaiaPicture(const base::ListValue* args) { |
- profiles::UpdateGaiaProfilePhotoIfNeeded(Profile::FromWebUI(web_ui())); |
+ profiles::UpdateGaiaProfileInfoIfNeeded(Profile::FromWebUI(web_ui())); |
} |
} // namespace options |