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

Unified Diff: chrome/browser/chromeos/brightness_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/brightness_bubble.cc
diff --git a/chrome/browser/chromeos/brightness_bubble.cc b/chrome/browser/chromeos/brightness_bubble.cc
index 34f4bbd3ed5b54e653e1b10c79808426283f0b10..5299e4bb96b4daccf0fcc641f456b01f9c314581 100644
--- a/chrome/browser/chromeos/brightness_bubble.cc
+++ b/chrome/browser/chromeos/brightness_bubble.cc
@@ -21,7 +21,7 @@ BrightnessBubble::BrightnessBubble()
}
// static
-BrightnessBubble* BrightnessBubble::instance() {
+BrightnessBubble* BrightnessBubble::GetInstance() {
return Singleton<BrightnessBubble>::get();
}

Powered by Google App Engine
This is Rietveld 408576698