Index: content/browser/download/drag_download_file.cc |
diff --git a/content/browser/download/drag_download_file.cc b/content/browser/download/drag_download_file.cc |
index 2b578c72f3e0dc823a981f33b85dc94cddff45c7..e42127d09eb2a59bf5225b5936910eeb94a86bf3 100644 |
--- a/content/browser/download/drag_download_file.cc |
+++ b/content/browser/download/drag_download_file.cc |
@@ -13,6 +13,8 @@ |
#include "content/public/browser/browser_thread.h" |
#include "net/base/file_stream.h" |
+using content::BrowserThread; |
+ |
DragDownloadFile::DragDownloadFile( |
const FilePath& file_name_or_path, |
linked_ptr<net::FileStream> file_stream, |