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

Unified Diff: views/focus/view_storage.cc

Issue 5685007: Rename all methods accessing Singleton<T> as GetInstance(). (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
« no previous file with comments | « views/focus/view_storage.h ('k') | views/view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/focus/view_storage.cc
diff --git a/views/focus/view_storage.cc b/views/focus/view_storage.cc
index 9b8b9eec766ea5dfc9baaec5656c4ef0ac93080e..185204467652b4b3514c123b2055096cdf702a0d 100644
--- a/views/focus/view_storage.cc
+++ b/views/focus/view_storage.cc
@@ -12,7 +12,7 @@
namespace views {
// static
-ViewStorage* ViewStorage::GetSharedInstance() {
+ViewStorage* ViewStorage::GetInstance() {
return Singleton<ViewStorage>::get();
}
« no previous file with comments | « views/focus/view_storage.h ('k') | views/view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698