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 cb99c53ad86fb410549ab56b0351d11d950fce53..19072b6063eb7adea89dd9f1376072a1b1d52089 100644 |
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc |
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
@@ -542,7 +542,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 |