Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in components/policy module.
commit8956bcd3f54895359c610eccf9b5e87626035f53
authorpranay.kumar <pranay.kumar@samsung.com>
Tue, 12 May 2015 10:19:49 +0000 (12 03:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 12 May 2015 10:20:23 +0000 (12 10:20 +0000)
tree5f06d0b3d87be207d9bfe86df014f5e71fd837df
parent43071fd25b1db0763256340cfab8efba1d04f223
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in components/policy module.

MessageLoopProxy is deprecated.
This basically does a search and replace:

MessageLoopProxy::current() -> ThreadTaskRunnerHandle::Get().

BUG=391045

Review URL: https://codereview.chromium.org/1130753002

Cr-Commit-Position: refs/heads/master@{#329386}
components/policy/core/browser/url_blacklist_manager.cc
components/policy/core/common/async_policy_provider.cc
components/policy/core/common/async_policy_provider.h
components/policy/core/common/cloud/cloud_policy_validator.cc
components/policy/core/common/cloud/cloud_policy_validator.h
components/policy/core/common/cloud/cloud_policy_validator_unittest.cc
components/policy/core/common/cloud/component_cloud_policy_service.cc