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 2f713ffe636032859205aef90e6083094d8a6ca8..fc22628aeb1fd5f251c50d651c234be1764705e5 100644 |
--- a/chrome/browser/ui/webui/downloads_dom_handler.cc |
+++ b/chrome/browser/ui/webui/downloads_dom_handler.cc |
@@ -355,7 +355,8 @@ void DownloadsDOMHandler::HandleDrag(const base::ListValue* args) { |
gfx::NativeView view = web_contents->GetView()->GetNativeView(); |
{ |
// Enable nested tasks during DnD, while |DragDownload()| blocks. |
- MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); |
+ base::MessageLoop::ScopedNestableTaskAllower allow( |
+ base::MessageLoop::current()); |
download_util::DragDownload(file, icon, view); |
} |
} |