summaryrefslogtreecommitdiffstats
path: root/views/focus/view_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/focus/view_storage.h')
-rw-r--r--views/focus/view_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/focus/view_storage.h b/views/focus/view_storage.h
index bc34bb2..892989a 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();