| Index: remoting/host/win/chromoting_module.cc
|
| diff --git a/remoting/host/win/chromoting_module.cc b/remoting/host/win/chromoting_module.cc
|
| index d12ab29e4a2081005f188be1cbff4d9581530573..f7a89d5ce99e3ab86f72af8ab72843f32fc1f80e 100644
|
| --- a/remoting/host/win/chromoting_module.cc
|
| +++ b/remoting/host/win/chromoting_module.cc
|
| @@ -168,7 +168,7 @@ LONG ChromotingModule::Unlock() {
|
| CHECK(SUCCEEDED(hr));
|
|
|
| // Release the message loop reference, causing the message loop to exit.
|
| - g_module_task_runner.Get() = NULL;
|
| + g_module_task_runner.Get() = nullptr;
|
| }
|
|
|
| return count;
|
|
|