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 a9e3ee581319fb670c294463fa3ddc0252d693ff..4479d04281a448b73c9d9b62e28b46f8dffe264c 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(); |
{ |