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(); |
} |