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

Unified Diff: ui/chromeos/ime/input_method_menu_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/chromeos/ime/input_method_menu_manager.h ('k') | ui/events/devices/x11/device_list_cache_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ime/input_method_menu_manager.cc
diff --git a/ui/chromeos/ime/input_method_menu_manager.cc b/ui/chromeos/ime/input_method_menu_manager.cc
index 8e2d51f55cd8146ff38c9fe5b9be57ff3ffdb360..d6ebff225b05dfe738cacae99fc2071849c57246 100644
--- a/ui/chromeos/ime/input_method_menu_manager.cc
+++ b/ui/chromeos/ime/input_method_menu_manager.cc
@@ -50,7 +50,7 @@ bool InputMethodMenuManager::HasInputMethodMenuItemForKey(
// static
InputMethodMenuManager* InputMethodMenuManager::GetInstance() {
- return Singleton<InputMethodMenuManager>::get();
+ return base::Singleton<InputMethodMenuManager>::get();
}
} // namespace ime
« no previous file with comments | « ui/chromeos/ime/input_method_menu_manager.h ('k') | ui/events/devices/x11/device_list_cache_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698