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

Unified Diff: media/audio/fake_audio_manager.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/audio_output_device.cc ('k') | media/base/audio_discard_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/fake_audio_manager.cc
diff --git a/media/audio/fake_audio_manager.cc b/media/audio/fake_audio_manager.cc
index 517c62ac79e559f29973fe75d2e930e1b9e3ab7f..325e3493267e9d10ad8eee00c26715794ce2ee30 100644
--- a/media/audio/fake_audio_manager.cc
+++ b/media/audio/fake_audio_manager.cc
@@ -20,11 +20,11 @@ FakeAudioManager::FakeAudioManager(
: AudioManagerBase(std::move(task_runner),
std::move(worker_task_runner),
audio_log_factory) {
- LOG(INFO) << __FUNCTION__;
+ LOG(INFO) << __func__;
}
FakeAudioManager::~FakeAudioManager() {
- LOG(INFO) << __FUNCTION__;
+ LOG(INFO) << __func__;
Shutdown();
}
« no previous file with comments | « media/audio/audio_output_device.cc ('k') | media/base/audio_discard_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698