| Index: remoting/host/desktop_process_main.cc
|
| diff --git a/remoting/host/desktop_process_main.cc b/remoting/host/desktop_process_main.cc
|
| index 454e6ebeddc90e1352f1fcaa891ddbd657e76405..294166020c931d5c9bce31611bb0117192dbff3d 100644
|
| --- a/remoting/host/desktop_process_main.cc
|
| +++ b/remoting/host/desktop_process_main.cc
|
| @@ -67,7 +67,7 @@ int DesktopProcessMain() {
|
| return kInitializationFailed;
|
|
|
| // Run the UI message loop.
|
| - ui_task_runner = NULL;
|
| + ui_task_runner = nullptr;
|
| run_loop.Run();
|
|
|
| return kSuccessExitCode;
|
|
|