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 1546572c2ce89e89bb2b6b11fcb3fa63928f366c..c522c5029d25cb43ad03988a14e69d2e739e69c9 100644 |
--- a/chrome/browser/ui/webui/downloads_dom_handler.cc |
+++ b/chrome/browser/ui/webui/downloads_dom_handler.cc |
@@ -348,7 +348,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->GetView()->GetNativeView(); |
{ |