| Index: content/browser/download/download_file_manager.cc
|
| diff --git a/content/browser/download/download_file_manager.cc b/content/browser/download/download_file_manager.cc
|
| index 829cab9574981a6798665d55d6629ae3db74f3a5..23fbd0e7b47bdc3c941cca5d1d57dfa48ea23c3a 100644
|
| --- a/content/browser/download/download_file_manager.cc
|
| +++ b/content/browser/download/download_file_manager.cc
|
| @@ -24,6 +24,8 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/io_buffer.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| // Throttle updates to the UI thread so that a fast moving download doesn't
|
|
|