Index: components/policy/core/common/cloud/cloud_policy_validator.h |
diff --git a/components/policy/core/common/cloud/cloud_policy_validator.h b/components/policy/core/common/cloud/cloud_policy_validator.h |
index eaa801adb02c378fd891212288f1fec67d4b7c78..31db8bcce3ab933ecd3d0c714023fe9185a8fc41 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_validator.h |
+++ b/components/policy/core/common/cloud/cloud_policy_validator.h |
@@ -23,7 +23,7 @@ |
#endif |
namespace base { |
-class MessageLoopProxy; |
+class SingleThreadTaskRunner; |
} |
namespace google { |
@@ -227,7 +227,7 @@ class POLICY_EXPORT CloudPolicyValidatorBase { |
// Performs validation, called on a background thread. |
static void PerformValidation( |
scoped_ptr<CloudPolicyValidatorBase> self, |
- scoped_refptr<base::MessageLoopProxy> message_loop, |
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner, |
const base::Closure& completion_callback); |
// Reports completion to the |completion_callback_|. |