| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index 4ca7fa3727cde9276e22e83966e31e1a8e8ac58a..8915277699517a77f3fe8968cf8864a9ebbd23c8 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -553,7 +553,7 @@ void UpdateShortcutWorker::DownloadIcon() {
|
| return;
|
| }
|
|
|
| - tab_contents_->fav_icon_helper().DownloadImage(
|
| + tab_contents_->favicon_helper().DownloadImage(
|
| unprocessed_icons_.back().url,
|
| std::max(unprocessed_icons_.back().width,
|
| unprocessed_icons_.back().height),
|
|
|