| Index: chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc
|
| diff --git a/chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc b/chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc
|
| index 7733a2d8f711f3a56698a1c985479a149e730cdb..35419003faea28db5e99e25b71212f81ed036489 100644
|
| --- a/chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc
|
| +++ b/chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc
|
| @@ -66,8 +66,7 @@ class CloudPolicyManagerTest : public InProcessBrowserTest {
|
| << "Pre-existing policies in this machine will make this test fail.";
|
|
|
| interceptor_.reset(new TestRequestInterceptor(
|
| - "localhost",
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
|
| + "localhost", BrowserThread::GetTaskRunnerForThread(BrowserThread::IO)));
|
|
|
| BrowserPolicyConnector* connector =
|
| g_browser_process->browser_policy_connector();
|
|
|