diff options
Diffstat (limited to 'content/browser/download/base_file.cc')
-rw-r--r-- | content/browser/download/base_file.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc index 25c2434..9b661e2 100644 --- a/content/browser/download/base_file.cc +++ b/content/browser/download/base_file.cc @@ -26,6 +26,8 @@ #include "content/browser/file_metadata_mac.h" #endif +using content::BrowserThread; + namespace { #define LOG_ERROR(o, e) LogError(__FILE__, __LINE__, __FUNCTION__, o, e) |