| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index d0e5d1dfea7a827d5c739c5ed80df5ac126e4619..58c5ec0a8e54eedf9235a96c96b08b8bc831ae5d 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -219,8 +219,8 @@ class ClientSession
|
| scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
|
|
|
| // Schedulers for audio and video capture.
|
| - // |video_scheduler_| may be NULL if the video channel is not required - see
|
| - // ResetVideoPipeline().
|
| + // |video_scheduler_| may be nullptr if the video channel is not required -
|
| + // see ResetVideoPipeline().
|
| scoped_refptr<AudioScheduler> audio_scheduler_;
|
| scoped_refptr<VideoScheduler> video_scheduler_;
|
|
|
|
|