| Index: remoting/host/policy_watcher.cc
|
| diff --git a/remoting/host/policy_watcher.cc b/remoting/host/policy_watcher.cc
|
| index 58edfce9b662e4a52445edf3ae5b17a9c532c6f0..dfb3b0c6461a94c8e77e52e378e523d5e56fc4e2 100644
|
| --- a/remoting/host/policy_watcher.cc
|
| +++ b/remoting/host/policy_watcher.cc
|
| @@ -228,7 +228,7 @@ void PolicyWatcher::OnPolicyUpdated(const policy::PolicyNamespace& ns,
|
|
|
| std::string path;
|
| std::string error;
|
| - bool changed;
|
| + bool changed = false;
|
| const policy::Schema* schema = GetPolicySchema();
|
| if (schema->Normalize(policy_dict.get(), strategy, &path, &error, &changed)) {
|
| if (changed) {
|
|
|