diff options
Diffstat (limited to 'chrome/browser/download/download_test_observer.cc')
-rw-r--r-- | chrome/browser/download/download_test_observer.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/download/download_test_observer.cc b/chrome/browser/download/download_test_observer.cc index 48d8367..c60f374 100644 --- a/chrome/browser/download/download_test_observer.cc +++ b/chrome/browser/download/download_test_observer.cc @@ -12,6 +12,8 @@ #include "chrome/test/base/ui_test_utils.h" #include "content/public/browser/browser_thread.h" +using content::BrowserThread; + // These functions take scoped_refptr's to DownloadManager because they // are posted to message queues, and hence may execute arbitrarily after // their actual posting. Once posted, there is no connection between |