| Index: content/browser/download/base_file.cc
|
| diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
|
| index 25c2434d383f01362ab08b18893f15b6b55153a1..9b661e286a73560c071eeb0e55a45f472332d4f9 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)
|
|
|