diff options
Diffstat (limited to 'content/browser/download/download_file.cc')
-rw-r--r-- | content/browser/download/download_file.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/download/download_file.cc b/content/browser/download/download_file.cc index a1980f4..3e29fd8 100644 --- a/content/browser/download/download_file.cc +++ b/content/browser/download/download_file.cc @@ -12,6 +12,8 @@ #include "content/browser/download/download_manager.h" #include "content/public/browser/browser_thread.h" +using content::BrowserThread; + namespace { // The maximum number of 'uniquified' files we will try to create. |