| Index: ios/chrome/browser/tabs/tab.mm
|
| diff --git a/ios/chrome/browser/tabs/tab.mm b/ios/chrome/browser/tabs/tab.mm
|
| index 62341e6bafff0811f9a4a3c31adf59ca9ff84365..a52cf76e327e9522e32dd0f14fe14cb318ca6fbb 100644
|
| --- a/ios/chrome/browser/tabs/tab.mm
|
| +++ b/ios/chrome/browser/tabs/tab.mm
|
| @@ -1399,7 +1399,7 @@ void TabInfoBarObserver::OnInfoBarReplaced(infobars::InfoBar* old_infobar,
|
| - (void)webState:(web::WebState*)webState
|
| didFinishNavigation:(web::NavigationContext*)navigation {
|
| if (navigation->IsSamePage()) {
|
| - auto faviconDriver = favicon::WebFaviconDriver::FromWebState(webState);
|
| + auto* faviconDriver = favicon::WebFaviconDriver::FromWebState(webState);
|
| if (faviconDriver) {
|
| // Fetch the favicon for the new URL.
|
| faviconDriver->FetchFavicon(navigation->GetUrl());
|
|
|