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

Unified Diff: media/mojo/services/test_mojo_media_client.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/mojo/services/mojo_video_decoder_service.cc ('k') | media/remoting/remote_demuxer_stream_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/test_mojo_media_client.cc
diff --git a/media/mojo/services/test_mojo_media_client.cc b/media/mojo/services/test_mojo_media_client.cc
index f7eff2b05c131d0f6a4d03779fc1100291d63f01..d87f8447ea6e7ba0279de8b49d2f47bf326a8cf8 100644
--- a/media/mojo/services/test_mojo_media_client.cc
+++ b/media/mojo/services/test_mojo_media_client.cc
@@ -25,7 +25,7 @@ namespace media {
TestMojoMediaClient::TestMojoMediaClient() {}
TestMojoMediaClient::~TestMojoMediaClient() {
- DVLOG(1) << __FUNCTION__;
+ DVLOG(1) << __func__;
// AudioManager destructor requires MessageLoop.
// Destroy it before the message loop goes away.
audio_manager_.reset();
@@ -69,7 +69,7 @@ std::unique_ptr<RendererFactory> TestMojoMediaClient::CreateRendererFactory(
std::unique_ptr<CdmFactory> TestMojoMediaClient::CreateCdmFactory(
service_manager::mojom::InterfaceProvider* /* interface_provider */) {
- DVLOG(1) << __FUNCTION__;
+ DVLOG(1) << __func__;
return base::MakeUnique<DefaultCdmFactory>();
}
« no previous file with comments | « media/mojo/services/mojo_video_decoder_service.cc ('k') | media/remoting/remote_demuxer_stream_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698