summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/audio_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/audio_handler.h')
-rw-r--r--chrome/browser/chromeos/audio_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/audio_handler.h b/chrome/browser/chromeos/audio_handler.h
index ca1a83b..59e9d70 100644
--- a/chrome/browser/chromeos/audio_handler.h
+++ b/chrome/browser/chromeos/audio_handler.h
@@ -17,7 +17,7 @@ class PulseAudioMixer;
class AudioHandler {
public:
- static AudioHandler* instance();
+ static AudioHandler* GetInstance();
// Get volume level in our internal 0-100% range, 0 being pure silence.
// Volume may go above 100% if another process changes PulseAudio's volume.