Index: chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
diff --git a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
index a551e91586448ecd925774c56b24e1dc8dc52715..1afb80a7aba416dc2899fc851e26bdd0b308727d 100644 |
--- a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
+++ b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
@@ -232,14 +232,14 @@ void DeviceLocalAccountPolicyBroker::CreateComponentCloudPolicyService( |
std::unique_ptr<ResourceCache> resource_cache( |
new ResourceCache(component_policy_cache_path_, |
- content::BrowserThread::GetMessageLoopProxyForThread( |
+ content::BrowserThread::GetTaskRunnerForThread( |
content::BrowserThread::FILE))); |
component_policy_service_.reset(new ComponentCloudPolicyService( |
this, &schema_registry_, core(), client, std::move(resource_cache), |
- request_context, content::BrowserThread::GetMessageLoopProxyForThread( |
+ request_context, content::BrowserThread::GetTaskRunnerForThread( |
content::BrowserThread::FILE), |
- content::BrowserThread::GetMessageLoopProxyForThread( |
+ content::BrowserThread::GetTaskRunnerForThread( |
content::BrowserThread::IO))); |
} |