Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9300)

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698