| Index: chrome/browser/ui/webui/fileicon_source.cc
|
| diff --git a/chrome/browser/ui/webui/fileicon_source.cc b/chrome/browser/ui/webui/fileicon_source.cc
|
| index 07a68a4280247cbe143af9b4ab33f425c166295b..95fdeb78d21dc18c8b03ba1091870857dc439606 100644
|
| --- a/chrome/browser/ui/webui/fileicon_source.cc
|
| +++ b/chrome/browser/ui/webui/fileicon_source.cc
|
| @@ -106,7 +106,7 @@ void FileIconSource::FetchFileIcon(
|
| IconLoader::IconSize icon_size,
|
| const content::URLDataSource::GotDataCallback& callback) {
|
| IconManager* im = g_browser_process->icon_manager();
|
| - gfx::Image* icon = im->LookupIcon(path, icon_size);
|
| + gfx::Image* icon = im->LookupIconFromFilepath(path, icon_size);
|
|
|
| if (icon) {
|
| scoped_refptr<base::RefCountedBytes> icon_data(new base::RefCountedBytes);
|
|
|