Index: content/browser/download/base_file_unittest.cc |
diff --git a/content/browser/download/base_file_unittest.cc b/content/browser/download/base_file_unittest.cc |
index c55696c5f7975420a0dd7c694779df202703dbfd..ee518c3aedb181033d9b5cd4550a3d85dceb984d 100644 |
--- a/content/browser/download/base_file_unittest.cc |
+++ b/content/browser/download/base_file_unittest.cc |
@@ -10,7 +10,7 @@ |
#include "base/scoped_temp_dir.h" |
#include "base/string_number_conversions.h" |
#include "base/test/test_file_util.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/test/test_browser_thread.h" |
#include "net/base/file_stream.h" |
#include "net/base/mock_file_stream.h" |
#include "net/base/net_errors.h" |
@@ -162,7 +162,7 @@ class BaseFileTest : public testing::Test { |
// Mock file thread to satisfy debug checks in BaseFile. |
MessageLoop message_loop_; |
- BrowserThread file_thread_; |
+ content::TestBrowserThread file_thread_; |
}; |
// Test the most basic scenario: just create the object and do a sanity check |