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), |
tfarina
2013/11/02 02:36:55
one less |profile_| usage! that is good. thanks fo
|
ui::SCALE_FACTOR_100P, |
base::Bind(&BookmarkFaviconFetcher::OnFaviconDataAvailable, |
base::Unretained(this)), |