| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index 4d25ab7dddb6a93830a83b5fc9c05cdb162fdd4f..06bca393eee147716e6846ac19c9fd2cf14633bd 100644
|
| --- a/remoting/host/win/host_service.cc
|
| +++ b/remoting/host/win/host_service.cc
|
| @@ -220,7 +220,7 @@ void HostService::CreateLauncher(
|
| int HostService::RunAsService() {
|
| SERVICE_TABLE_ENTRYW dispatch_table[] = {
|
| { const_cast<LPWSTR>(kWindowsServiceName), &HostService::ServiceMain },
|
| - { NULL, NULL }
|
| + { nullptr, nullptr }
|
| };
|
|
|
| if (!StartServiceCtrlDispatcherW(dispatch_table)) {
|
|
|