| Index: chrome/browser/bookmarks/bookmark_html_writer.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_html_writer.cc b/chrome/browser/bookmarks/bookmark_html_writer.cc
|
| index 3565ef80c05555e26eeb7d27bd0ad4a63925a952..3096166b5a744660d14fd1a406132a2a2c54f60d 100644
|
| --- a/chrome/browser/bookmarks/bookmark_html_writer.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_html_writer.cc
|
| @@ -463,7 +463,7 @@ bool BookmarkFaviconFetcher::FetchNextFavicon() {
|
| profile_, Profile::EXPLICIT_ACCESS);
|
| favicon_service->GetRawFaviconForURL(
|
| FaviconService::FaviconForURLParams(
|
| - profile_, GURL(url), chrome::FAVICON, gfx::kFaviconSize),
|
| + GURL(url), chrome::FAVICON, gfx::kFaviconSize),
|
| ui::SCALE_FACTOR_100P,
|
| base::Bind(&BookmarkFaviconFetcher::OnFaviconDataAvailable,
|
| base::Unretained(this)),
|
|
|