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

Unified Diff: views/focus/view_storage.h

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/focus_manager.cc ('k') | views/focus/view_storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/focus/view_storage.h
diff --git a/views/focus/view_storage.h b/views/focus/view_storage.h
index bc34bb2789caac9edbaa0b570f4cbcf5cd8c1206..892989ad544e312a93f3a06d1386cf8589731942 100644
--- a/views/focus/view_storage.h
+++ b/views/focus/view_storage.h
@@ -24,7 +24,7 @@ class ViewStorage {
public:
// Returns the global ViewStorage instance.
// It is guaranted to be non NULL.
- static ViewStorage* GetSharedInstance();
+ static ViewStorage* GetInstance();
// Returns a unique storage id that can be used to store/retrieve views.
int CreateStorageID();
« no previous file with comments | « views/focus/focus_manager.cc ('k') | views/focus/view_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698