| Index: remoting/host/win/chromoting_module.h
|
| diff --git a/remoting/host/win/chromoting_module.h b/remoting/host/win/chromoting_module.h
|
| index d1245168b74bafe02c427e4efb1cc0fbb8e5d511..b20184a8d5bd31149480e28813ce2fa446eeec21 100644
|
| --- a/remoting/host/win/chromoting_module.h
|
| +++ b/remoting/host/win/chromoting_module.h
|
| @@ -38,8 +38,8 @@ class ChromotingModule : public ATL::CAtlModuleT<ChromotingModule> {
|
| ATL::_ATL_OBJMAP_ENTRY* classes_end);
|
| virtual ~ChromotingModule();
|
|
|
| - // Returns the task runner used by the module. Returns NULL if the task runner
|
| - // hasn't been registered yet or if the server is shutting down.
|
| + // Returns the task runner used by the module. Returns nullptr if the task
|
| + // runner hasn't been registered yet or if the server is shutting down.
|
| static scoped_refptr<AutoThreadTaskRunner> task_runner();
|
|
|
| // Registers COM classes and runs the main message loop until there are
|
|
|