| Index: content/browser/download/download_file.cc
|
| diff --git a/content/browser/download/download_file.cc b/content/browser/download/download_file.cc
|
| index 06f643ef08f085a9fe45ec568cff6f1bedcd5920..9a3077e775d9584d1e550fceeb0e15c1cf0b6641 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.
|
|
|