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

Unified Diff: media/base/pipeline_impl.cc

Issue 2518403004: media: Use __func__ instead of __FUNCTION__ (Closed)
Patch Set: rebase Created 4 years 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/media_url_demuxer.cc ('k') | media/blink/webmediaplayer_cast_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline_impl.cc
diff --git a/media/base/pipeline_impl.cc b/media/base/pipeline_impl.cc
index 144291b681c66023724c083727b238458f653788..3963eabf19da7fcfcb26d0363e2619bb62180074 100644
--- a/media/base/pipeline_impl.cc
+++ b/media/base/pipeline_impl.cc
@@ -1117,7 +1117,7 @@ base::TimeDelta PipelineImpl::GetMediaTime() const {
return last_media_time_;
}
- DVLOG(3) << __FUNCTION__ << ": " << media_time.InMilliseconds() << " ms";
+ DVLOG(3) << __func__ << ": " << media_time.InMilliseconds() << " ms";
last_media_time_ = media_time;
return last_media_time_;
}
« no previous file with comments | « media/base/media_url_demuxer.cc ('k') | media/blink/webmediaplayer_cast_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698