| Index: remoting/host/policy_hack/policy_watcher_linux.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher_linux.cc b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| index 20724b81697467849407ec253721b4b66f8a9878..8eea9796c8585a4827328214b2d0cfce4d08f052 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_linux.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| @@ -125,7 +125,7 @@ class PolicyWatcherLinux : public PolicyWatcher {
|
| return last_modification;
|
| }
|
|
|
| - // Returns NULL if the policy dictionary couldn't be read.
|
| + // Returns nullptr if the policy dictionary couldn't be read.
|
| scoped_ptr<base::DictionaryValue> Load() {
|
| DCHECK(OnPolicyWatcherThread());
|
| // Enumerate the files and sort them lexicographically.
|
|
|