Index: remoting/host/policy_watcher_unittest.cc |
diff --git a/remoting/host/policy_watcher_unittest.cc b/remoting/host/policy_watcher_unittest.cc |
index 729c2fd8bf71e5784d950e43b222923b0ca2d0e3..cf5ea3732f57766bedba0ffc02b22a76faac5972 100644 |
--- a/remoting/host/policy_watcher_unittest.cc |
+++ b/remoting/host/policy_watcher_unittest.cc |
@@ -186,8 +186,7 @@ |
policy::PolicyBundle policy_bundle; |
policy::PolicyMap& policy_map = policy_bundle.Get(policy_namespace); |
policy_map.LoadFrom(&dict, policy::POLICY_LEVEL_MANDATORY, |
- policy::POLICY_SCOPE_MACHINE, |
- policy::POLICY_SOURCE_CLOUD); |
+ policy::POLICY_SCOPE_MACHINE); |
// Simulate a policy file/registry/preference update. |
policy_loader_->SetPolicies(policy_bundle); |