| Index: remoting/host/policy_hack/policy_watcher.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher.cc b/remoting/host/policy_hack/policy_watcher.cc
|
| index 270bccbb06eb154b6a4ecbbcd5935ed78b257d2e..bfa83f44420afe987d9c5d5f5a9fcb4d9298939b 100644
|
| --- a/remoting/host/policy_hack/policy_watcher.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher.cc
|
| @@ -15,7 +15,7 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/time.h"
|
| #include "base/values.h"
|
| -#include "remoting/host/constants.h"
|
| +#include "remoting/host/dns_blackhole_checker.h"
|
|
|
| namespace remoting {
|
| namespace policy_hack {
|
| @@ -96,7 +96,8 @@ scoped_ptr<base::DictionaryValue> AddDefaultValuesWhenNecessary(
|
| PolicyWatcher::kHostDomainPolicyName, "", "");
|
| CopyStringOrDefault(to.get(), from,
|
| PolicyWatcher::kHostTalkGadgetPrefixPolicyName,
|
| - kDefaultTalkGadgetPrefix, kDefaultTalkGadgetPrefix);
|
| + kDefaultHostTalkGadgetPrefix,
|
| + kDefaultHostTalkGadgetPrefix);
|
| CopyBooleanOrDefault(to.get(), from,
|
| PolicyWatcher::kHostRequireCurtainPolicyName,
|
| false, false);
|
|
|