| Index: remoting/host/local_input_monitor_unittest.cc
|
| diff --git a/remoting/host/local_input_monitor_unittest.cc b/remoting/host/local_input_monitor_unittest.cc
|
| index 335e220101fbcf4bc48bf97a5dc949ca0bdc5b6f..e0dd938840accd1d154c882eb44e7322c1bea763 100644
|
| --- a/remoting/host/local_input_monitor_unittest.cc
|
| +++ b/remoting/host/local_input_monitor_unittest.cc
|
| @@ -80,7 +80,7 @@ TEST_F(LocalInputMonitorTest, Basic) {
|
| task_runner_,
|
| task_runner_,
|
| client_session_control_factory_.GetWeakPtr());
|
| - task_runner_ = NULL;
|
| + task_runner_ = nullptr;
|
| }
|
|
|
| run_loop_.Run();
|
|
|