| Index: remoting/host/policy_hack/policy_watcher_unittest.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher_unittest.cc b/remoting/host/policy_hack/policy_watcher_unittest.cc
|
| index 5267a38155e405cd807ce47714bed6e284d4d7ec..98ef0e00982f7800432beedbfaa195c679d22a76 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_unittest.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_unittest.cc
|
| @@ -99,7 +99,7 @@ class PolicyWatcherTest : public testing::Test {
|
| dict.SetBoolean(PolicyWatcher::kHostRequireTwoFactorPolicyName, false);
|
| dict.SetString(PolicyWatcher::kHostDomainPolicyName, "");
|
| dict.SetString(PolicyWatcher::kHostTalkGadgetPrefixPolicyName,
|
| - kDefaultTalkGadgetPrefix);
|
| + kDefaultHostTalkGadgetPrefix);
|
| dict.SetBoolean(PolicyWatcher::kHostRequireCurtainPolicyName, false);
|
| }
|
| };
|
|
|