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

Unified Diff: ui/base/x/x11_foreign_window_manager.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/base/x/x11_foreign_window_manager.h ('k') | ui/base/x/x11_menu_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/x11_foreign_window_manager.cc
diff --git a/ui/base/x/x11_foreign_window_manager.cc b/ui/base/x/x11_foreign_window_manager.cc
index f40ac34036eff17195af363937496a6dbcb0b1d3..ded4bfe3fbeb626c6bf373e8e3fde5fcd825804e 100644
--- a/ui/base/x/x11_foreign_window_manager.cc
+++ b/ui/base/x/x11_foreign_window_manager.cc
@@ -13,7 +13,7 @@ namespace ui {
// static
XForeignWindowManager* XForeignWindowManager::GetInstance() {
- return Singleton<XForeignWindowManager>::get();
+ return base::Singleton<XForeignWindowManager>::get();
}
int XForeignWindowManager::RequestEvents(XID xid, long event_mask) {
« no previous file with comments | « ui/base/x/x11_foreign_window_manager.h ('k') | ui/base/x/x11_menu_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698