diff options
Diffstat (limited to 'chrome/browser/chromeos/volume_bubble.h')
-rw-r--r-- | chrome/browser/chromeos/volume_bubble.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/volume_bubble.h b/chrome/browser/chromeos/volume_bubble.h index efbdc5f..17f72fc 100644 --- a/chrome/browser/chromeos/volume_bubble.h +++ b/chrome/browser/chromeos/volume_bubble.h @@ -16,7 +16,7 @@ namespace chromeos { // Singleton class controlling volume bubble. class VolumeBubble : public SettingLevelBubble { public: - static VolumeBubble* instance(); + static VolumeBubble* GetInstance(); private: friend struct DefaultSingletonTraits<VolumeBubble>; |