| Index: media/filters/decrypting_video_decoder.cc
|
| diff --git a/media/filters/decrypting_video_decoder.cc b/media/filters/decrypting_video_decoder.cc
|
| index a03e711b8b40357bc60138f4f70c89fcef4df794..a550709c489de7f215f894f6194beb68e0f088d2 100644
|
| --- a/media/filters/decrypting_video_decoder.cc
|
| +++ b/media/filters/decrypting_video_decoder.cc
|
| @@ -42,7 +42,7 @@ void DecryptingVideoDecoder::Initialize(const VideoDecoderConfig& config,
|
| CdmContext* cdm_context,
|
| const InitCB& init_cb,
|
| const OutputCB& output_cb) {
|
| - DVLOG(2) << __FUNCTION__ << ": " << config.AsHumanReadableString();
|
| + DVLOG(2) << __func__ << ": " << config.AsHumanReadableString();
|
|
|
| DCHECK(task_runner_->BelongsToCurrentThread());
|
| DCHECK(state_ == kUninitialized ||
|
|
|