| Index: remoting/host/host_main.cc
|
| diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
|
| index 403ff64f03a048e4143b126e191035d0a53b5be6..b71af2f2fd70523394093d86887194f73a52d076 100644
|
| --- a/remoting/host/host_main.cc
|
| +++ b/remoting/host/host_main.cc
|
| @@ -135,7 +135,7 @@ int RunElevated() {
|
|
|
| // Select the entry point corresponding to the process type.
|
| MainRoutineFn SelectMainRoutine(const std::string& process_type) {
|
| - MainRoutineFn main_routine = NULL;
|
| + MainRoutineFn main_routine = nullptr;
|
|
|
| if (process_type == kProcessTypeHost) {
|
| main_routine = &HostProcessMain;
|
|
|