| Index: chrome/browser/ui/webui/downloads_dom_handler.cc
|
| diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| index 209a9aba2b7a3d935091474db7d579f2b982ff32..5b94c09189d3ef6dd8da2a8a5c46c0bd71a2e7dc 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc
|
| @@ -342,7 +342,7 @@ void DownloadsDOMHandler::HandleDrag(const base::ListValue* args) {
|
| // |web_contents| is only NULL in the test.
|
| if (!file || !web_contents || !file->IsComplete())
|
| return;
|
| - gfx::Image* icon = g_browser_process->icon_manager()->LookupIcon(
|
| + gfx::Image* icon = g_browser_process->icon_manager()->LookupIconFromFilepath(
|
| file->GetTargetFilePath(), IconLoader::NORMAL);
|
| gfx::NativeView view = web_contents->GetNativeView();
|
| {
|
|
|