| Index: chrome/browser/chromeos/audio_handler.h
|
| diff --git a/chrome/browser/chromeos/audio_handler.h b/chrome/browser/chromeos/audio_handler.h
|
| index ca1a83b2c27e8e26f8369af37e203bb2affeaaf1..59e9d70eec711c59ee6b8e1609138680ae0eded9 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.
|
|
|