| 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 d0f59572c31ed2480d409bea355a8b5e68d89515..a4afb746ad7defb88a8d9c6abda9fa3fdefdd4a6 100644
|
| --- a/remoting/host/policy_hack/policy_watcher.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher.cc
|
| @@ -40,7 +40,7 @@ scoped_ptr<base::DictionaryValue> CopyGoodValuesAndAddDefaults(
|
| for (base::DictionaryValue::Iterator i(*default_values);
|
| !i.IsAtEnd(); i.Advance()) {
|
|
|
| - const base::Value* value = NULL;
|
| + const base::Value* value = nullptr;
|
|
|
| // If the policy isn't in |from|, use the default.
|
| if (!from->Get(i.key(), &value)) {
|
|
|