diff options
Diffstat (limited to 'content/browser/download/drag_download_file.h')
-rw-r--r-- | content/browser/download/drag_download_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/drag_download_file.h b/content/browser/download/drag_download_file.h index e97f585..2151d44 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_; |