| Index: content/child/resource_dispatcher_unittest.cc
|
| diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
|
| index 349ce8ca9de0bc48dd2a226a03a9b7135dacbddd..aef0a9789e0c1573d4af47153a33d1d3ce8c5916 100644
|
| --- a/content/child/resource_dispatcher_unittest.cc
|
| +++ b/content/child/resource_dispatcher_unittest.cc
|
| @@ -328,7 +328,7 @@ class DeferredResourceLoadingTest : public ResourceDispatcherTest,
|
| };
|
|
|
| TEST_F(DeferredResourceLoadingTest, DeferredLoadTest) {
|
| - base::MessageLoop message_loop(base::MessageLoop::TYPE_IO);
|
| + base::MessageLoopForIO message_loop;
|
|
|
| ResourceLoaderBridge* bridge = CreateBridge();
|
|
|
|
|