| Index: chrome/browser/download/download_test_observer.cc
|
| diff --git a/chrome/browser/download/download_test_observer.cc b/chrome/browser/download/download_test_observer.cc
|
| index 48d8367fe80eaa930a7a8b66206a9d81508aedb0..c60f3746b2b632186f97105b85b88b9ac3cc85dd 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
|
|
|