| Index: remoting/client/audio_decode_scheduler.cc
|
| diff --git a/remoting/client/audio_decode_scheduler.cc b/remoting/client/audio_decode_scheduler.cc
|
| index 79ea22d55a4c28099122bb28093983bd065b4ff7..144025ba66bbf87c89593364e958cf984a2a2a19 100644
|
| --- a/remoting/client/audio_decode_scheduler.cc
|
| +++ b/remoting/client/audio_decode_scheduler.cc
|
| @@ -93,7 +93,7 @@ void AudioDecodeScheduler::Core::ProcessDecodedPacket(
|
| scoped_ptr<AudioPacket> packet,
|
| const base::Closure& done) {
|
| DCHECK(main_task_runner_->BelongsToCurrentThread());
|
| - // Only process |packet| if it is non-NULL.
|
| + // Only process |packet| if it is non-null.
|
| if (packet.get() && audio_player_.get())
|
| audio_player_->ProcessAudioPacket(packet.Pass());
|
| done.Run();
|
|
|