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

Unified Diff: views/view_unittest.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.cc ('k') | views/widget/root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view_unittest.cc
diff --git a/views/view_unittest.cc b/views/view_unittest.cc
index 886f1f279390d55b31f5de3fe00602b616e53dfb..fe5effe563fe3f55c461abfea898f4bfa9950c68 100644
--- a/views/view_unittest.cc
+++ b/views/view_unittest.cc
@@ -616,7 +616,7 @@ TEST_F(ViewTest, DISABLED_Painting) {
*/
TEST_F(ViewTest, RemoveNotification) {
- views::ViewStorage* vs = views::ViewStorage::GetSharedInstance();
+ views::ViewStorage* vs = views::ViewStorage::GetInstance();
views::Widget* window = CreateWidget();
views::RootView* root_view = window->GetRootView();
« no previous file with comments | « views/focus/view_storage.cc ('k') | views/widget/root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698