Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/volume_bubble.cc

Issue 5734002: Continuation of CL 5685007, rename the singleton accessor method in more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();
}

Powered by Google App Engine