| Index: remoting/host/video_frame_recorder.cc
|
| diff --git a/remoting/host/video_frame_recorder.cc b/remoting/host/video_frame_recorder.cc
|
| index 5abce9c2e78dc57f17fdc13b423e01398bf2a507..c286e39bb47cb229885ce0aa84aa915b5cf0735b 100644
|
| --- a/remoting/host/video_frame_recorder.cc
|
| +++ b/remoting/host/video_frame_recorder.cc
|
| @@ -160,8 +160,8 @@ void VideoFrameRecorder::DetachVideoEncoderWrapper() {
|
| }
|
|
|
| // Detach this recorder from the calling and encode threads.
|
| - caller_task_runner_ = NULL;
|
| - encoder_task_runner_ = NULL;
|
| + caller_task_runner_ = nullptr;
|
| + encoder_task_runner_ = nullptr;
|
| }
|
|
|
| void VideoFrameRecorder::SetEnableRecording(bool enable_recording) {
|
|
|