Index: net/http/http_server_properties_manager_unittest.cc |
diff --git a/net/http/http_server_properties_manager_unittest.cc b/net/http/http_server_properties_manager_unittest.cc |
index 414613cda42fdda2c19118e134cb4b9fb0a2b5d8..be6c85b972b0187b1863ca8ecaaa187bfaef9085 100644 |
--- a/net/http/http_server_properties_manager_unittest.cc |
+++ b/net/http/http_server_properties_manager_unittest.cc |
@@ -101,9 +101,8 @@ class HttpServerPropertiesManagerTest : public testing::Test { |
pref_service_.registry()->RegisterDictionaryPref(kTestHttpServerProperties); |
http_server_props_manager_.reset( |
new StrictMock<TestingHttpServerPropertiesManager>( |
- &pref_service_, |
- kTestHttpServerProperties, |
- base::MessageLoop::current()->message_loop_proxy())); |
+ &pref_service_, kTestHttpServerProperties, |
+ base::MessageLoop::current()->task_runner())); |
ExpectCacheUpdate(); |
base::RunLoop().RunUntilIdle(); |
} |