Index: components/favicon/ios/web_favicon_driver.cc |
diff --git a/components/favicon/ios/web_favicon_driver.cc b/components/favicon/ios/web_favicon_driver.cc |
index b4eaac7cfc30c24c6013d5b3d5c7ec3c17c0418b..3125f502a3c0753c20efdaba3e42bd90473d6e20 100644 |
--- a/components/favicon/ios/web_favicon_driver.cc |
+++ b/components/favicon/ios/web_favicon_driver.cc |
@@ -113,7 +113,7 @@ WebFaviconDriver::WebFaviconDriver(web::WebState* web_state, |
WebFaviconDriver::~WebFaviconDriver() { |
} |
-void WebFaviconDriver::FaviconURLUpdated( |
+void WebFaviconDriver::FaviconUrlUpdated( |
const std::vector<web::FaviconURL>& candidates) { |
DCHECK(!candidates.empty()); |
OnUpdateFaviconURL(FaviconURLsFromWebFaviconURLs(candidates)); |