Index: content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
diff --git a/content/browser/renderer_host/resource_dispatcher_host_unittest.cc b/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
index 1b5770362e2bf836ac3cbfa4731a6278f18aff09..919674f4500cac30323dd29d957fbbcb83f7ba64 100644 |
--- a/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
+++ b/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
@@ -10,7 +10,6 @@ |
#include "base/file_path.h" |
#include "base/message_loop.h" |
#include "base/process_util.h" |
-#include "content/browser/browser_thread.h" |
#include "content/browser/child_process_security_policy.h" |
#include "content/browser/download/download_id.h" |
#include "content/browser/mock_resource_context.h" |
@@ -23,6 +22,7 @@ |
#include "content/common/resource_messages.h" |
#include "content/common/resource_response.h" |
#include "content/common/view_messages.h" |
+#include "content/test/test_browser_thread.h" |
#include "net/base/net_errors.h" |
#include "net/base/upload_data.h" |
#include "net/http/http_util.h" |
@@ -385,8 +385,8 @@ class ResourceDispatcherHostTest : public testing::Test, |
} |
MessageLoopForIO message_loop_; |
- BrowserThread ui_thread_; |
- BrowserThread io_thread_; |
+ content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread io_thread_; |
scoped_refptr<ForwardingFilter> filter_; |
ResourceDispatcherHost host_; |
ResourceIPCAccumulator accum_; |