| Index: remoting/host/win/worker_process_launcher.h
|
| diff --git a/remoting/host/win/worker_process_launcher.h b/remoting/host/win/worker_process_launcher.h
|
| index a61b75558f18f89c0922e65fc5c0549641223b3d..d48b9dc53ca7c7cc030e14e9c23dad1f4f3cb682 100644
|
| --- a/remoting/host/win/worker_process_launcher.h
|
| +++ b/remoting/host/win/worker_process_launcher.h
|
| @@ -105,7 +105,7 @@ class WorkerProcessLauncher
|
| virtual void OnObjectSignaled(HANDLE object) override;
|
|
|
| // Returns true when the object is being destroyed.
|
| - bool stopping() const { return ipc_handler_ == NULL; }
|
| + bool stopping() const { return ipc_handler_ == nullptr; }
|
|
|
| // Attempts to launch the worker process. Schedules next launch attempt if
|
| // creation of the process fails.
|
|
|