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

Unified Diff: media/base/audio_renderer_mixer.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/base/audio_discard_helper.cc ('k') | media/base/mime_util_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_renderer_mixer.cc
diff --git a/media/base/audio_renderer_mixer.cc b/media/base/audio_renderer_mixer.cc
index 93d8c751472d81cc4c65ac31bb46cba49fc3d501..3d63f06505ad5f7b73574824bb125f6491afbd15 100644
--- a/media/base/audio_renderer_mixer.cc
+++ b/media/base/audio_renderer_mixer.cc
@@ -153,7 +153,7 @@ void AudioRendererMixer::RemoveErrorCallback(const base::Closure& error_cb) {
}
OutputDeviceInfo AudioRendererMixer::GetOutputDeviceInfo() {
- DVLOG(1) << __FUNCTION__;
+ DVLOG(1) << __func__;
return audio_sink_->GetOutputDeviceInfo();
}
« no previous file with comments | « media/base/audio_discard_helper.cc ('k') | media/base/mime_util_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698