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

Unified Diff: ui/views/focus/view_storage.cc

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 months 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 | « ui/views/focus/view_storage.h ('k') | ui/views/focus/widget_focus_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/focus/view_storage.cc
diff --git a/ui/views/focus/view_storage.cc b/ui/views/focus/view_storage.cc
index 0c7f1703f7e9eb42ad85e7edf39a62dd2bebd5e6..204b31d0892e7fcec06e4716f6fc73190bd98345 100644
--- a/ui/views/focus/view_storage.cc
+++ b/ui/views/focus/view_storage.cc
@@ -14,7 +14,7 @@ namespace views {
// static
ViewStorage* ViewStorage::GetInstance() {
- return Singleton<ViewStorage>::get();
+ return base::Singleton<ViewStorage>::get();
}
ViewStorage::ViewStorage() : view_storage_next_id_(0) {
« no previous file with comments | « ui/views/focus/view_storage.h ('k') | ui/views/focus/widget_focus_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698