Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/audio_handler.cc

Issue 5734002: Continuation of CL 5685007, rename the singleton accessor method in more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/chromeos/audio_handler.cc
diff --git a/chrome/browser/chromeos/audio_handler.cc b/chrome/browser/chromeos/audio_handler.cc
index 2f6638fe6bcd693b241632c3f7e6c3c62846cfd9..f8ad726747daa6feef40eb861116bd8fc43442ff 100644
--- a/chrome/browser/chromeos/audio_handler.cc
+++ b/chrome/browser/chromeos/audio_handler.cc
@@ -170,7 +170,7 @@ double AudioHandler::PercentToVolumeDb(double volume_percent) {
}
// static
-AudioHandler* AudioHandler::instance() {
+AudioHandler* AudioHandler::GetInstance() {
return Singleton<AudioHandler>::get();
}

Powered by Google App Engine