Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: media/base/audio_discard_helper.cc

Issue 2161193003: Use __func__ instead of __FUNCTION__. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/fake_audio_manager.cc ('k') | media/base/audio_renderer_mixer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_discard_helper.cc
diff --git a/media/base/audio_discard_helper.cc b/media/base/audio_discard_helper.cc
index d9447031a0425c740b491f1e80f386b89bb9d4df..ee415bf0aad8a6e82d67ee8b222b0af607f8c034 100644
--- a/media/base/audio_discard_helper.cc
+++ b/media/base/audio_discard_helper.cc
@@ -229,7 +229,7 @@ bool AudioDiscardHelper::ProcessBuffers(
DCHECK(current_discard_padding.second.is_zero());
}
- DVLOG(3) << __FUNCTION__ << " ts: " << timestamp_helper_.GetTimestamp()
+ DVLOG(3) << __func__ << " ts: " << timestamp_helper_.GetTimestamp()
<< " frames: " << decoded_buffer->frame_count();
// Assign timestamp to the buffer.
« no previous file with comments | « media/audio/fake_audio_manager.cc ('k') | media/base/audio_renderer_mixer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698