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

Unified Diff: views/widget/root_view.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
Index: views/widget/root_view.cc
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc
index 92f6cf70d7e2a7c656a227e3a8c49483e652b2ef..b7c424be73383975ac0c3ce64a901b03cd9b2611 100644
--- a/views/widget/root_view.cc
+++ b/views/widget/root_view.cc
@@ -296,7 +296,7 @@ void RootView::ViewHierarchyChanged(bool is_add, View* parent, View* child) {
if (focus_manager)
focus_manager->ViewRemoved(parent, child);
- ViewStorage::GetSharedInstance()->ViewRemoved(parent, child);
+ ViewStorage::GetInstance()->ViewRemoved(parent, child);
}
}

Powered by Google App Engine
This is Rietveld 408576698