| Index: remoting/host/policy_watcher_unittest.cc
|
| diff --git a/remoting/host/policy_watcher_unittest.cc b/remoting/host/policy_watcher_unittest.cc
|
| index f70123e083b8edc03b16bf03aa731a407af96483..7643b3939561d8ac5d005f0927b6c5ea565c1997 100644
|
| --- a/remoting/host/policy_watcher_unittest.cc
|
| +++ b/remoting/host/policy_watcher_unittest.cc
|
| @@ -242,6 +242,7 @@ class PolicyWatcherTest : public testing::Test {
|
| dict.SetBoolean(key::kRemoteAccessHostFirewallTraversal, true);
|
| dict.SetBoolean(key::kRemoteAccessHostAllowRelayedConnection, true);
|
| dict.SetString(key::kRemoteAccessHostUdpPortRange, "");
|
| + dict.SetString(key::kRemoteAccessHostClientDomain, std::string());
|
| dict.SetString(key::kRemoteAccessHostDomain, std::string());
|
| dict.SetBoolean(key::kRemoteAccessHostMatchUsername, false);
|
| dict.SetString(key::kRemoteAccessHostTalkGadgetPrefix,
|
|
|