| Index: chrome/browser/chromeos/volume_bubble.cc
 | 
| diff --git a/chrome/browser/chromeos/volume_bubble.cc b/chrome/browser/chromeos/volume_bubble.cc
 | 
| index 084688559319b55e2da4a2350d414673142c4673..ec9d365f404a52efeaca8ad3065dfdc8c73f0e40 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();
 | 
|  }
 | 
|  
 | 
| 
 |