Index: content/browser/download/drag_download_file.h |
diff --git a/content/browser/download/drag_download_file.h b/content/browser/download/drag_download_file.h |
index e97f585661e8e8915a120a9d63b4aa241f3f6236..2151d4468830f0be228e85734ae20fed71934f0b 100644 |
--- a/content/browser/download/drag_download_file.h |
+++ b/content/browser/download/drag_download_file.h |
@@ -63,7 +63,7 @@ class CONTENT_EXPORT DragDownloadFile : public ui::DownloadFileProvider { |
base::FilePath file_path_; |
scoped_ptr<net::FileStream> file_stream_; |
- MessageLoop* drag_message_loop_; |
+ base::MessageLoop* drag_message_loop_; |
State state_; |
scoped_refptr<ui::DownloadFileObserver> observer_; |
base::RunLoop nested_loop_; |