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

Unified Diff: media/base/android/media_codec_util.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/android/media_codec_loop.cc ('k') | media/base/android/media_drm_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_codec_util.cc
diff --git a/media/base/android/media_codec_util.cc b/media/base/android/media_codec_util.cc
index aa128652aa7926954821eb31fd4b933fa7f9da73..34a9b1d72bc465a48a943716305cb626317303a4 100644
--- a/media/base/android/media_codec_util.cc
+++ b/media/base/android/media_codec_util.cc
@@ -169,7 +169,7 @@ bool MediaCodecUtil::IsKnownUnaccelerated(const std::string& android_mime_type,
std::string codec_name =
GetDefaultCodecName(android_mime_type, direction, false);
- DVLOG(1) << __FUNCTION__ << "Default codec for " << android_mime_type << " : "
+ DVLOG(1) << __func__ << "Default codec for " << android_mime_type << " : "
<< codec_name << ", direction: " << direction;
if (codec_name.empty())
return true;
« no previous file with comments | « media/base/android/media_codec_loop.cc ('k') | media/base/android/media_drm_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698