diff options
Diffstat (limited to 'chrome/browser/chromeos/volume_bubble.cc')
-rw-r--r-- | chrome/browser/chromeos/volume_bubble.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/volume_bubble.cc b/chrome/browser/chromeos/volume_bubble.cc index 0846885..ec9d365 100644 --- a/chrome/browser/chromeos/volume_bubble.cc +++ b/chrome/browser/chromeos/volume_bubble.cc @@ -21,7 +21,7 @@ VolumeBubble::VolumeBubble() } // static -VolumeBubble* VolumeBubble::instance() { +VolumeBubble* VolumeBubble::GetInstance() { return Singleton<VolumeBubble>::get(); } |