| Index: chrome/browser/extensions/favicon_downloader.cc
|
| diff --git a/chrome/browser/extensions/favicon_downloader.cc b/chrome/browser/extensions/favicon_downloader.cc
|
| index fa6f2ad0e63cbbabaefa22e602302aefaed2c7dc..c1dc3ebe4ec58c84528fc56cf62a47ebb8451974 100644
|
| --- a/chrome/browser/extensions/favicon_downloader.cc
|
| +++ b/chrome/browser/extensions/favicon_downloader.cc
|
| @@ -73,7 +73,7 @@ void FaviconDownloader::FetchIcons(
|
| for (std::vector<content::FaviconURL>::const_iterator it =
|
| favicon_urls.begin();
|
| it != favicon_urls.end(); ++it) {
|
| - if (it->icon_type != content::FaviconURL::INVALID_ICON)
|
| + if (it->icon_type != content::FaviconURL::IconType::kInvalid)
|
| urls.push_back(it->icon_url);
|
| }
|
| FetchIcons(urls);
|
|
|