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

Unified Diff: ui/accessibility/platform/atk_util_auralinux.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/accessibility/platform/atk_util_auralinux.h ('k') | ui/aura/test/event_generator_delegate_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/atk_util_auralinux.cc
diff --git a/ui/accessibility/platform/atk_util_auralinux.cc b/ui/accessibility/platform/atk_util_auralinux.cc
index 049839df658655a6d85793bdd766d1385f8b05e6..02563199409a73ee6e061bab124384f911e08de0 100644
--- a/ui/accessibility/platform/atk_util_auralinux.cc
+++ b/ui/accessibility/platform/atk_util_auralinux.cc
@@ -136,7 +136,7 @@ namespace ui {
// static
AtkUtilAuraLinux* AtkUtilAuraLinux::GetInstance() {
- return Singleton<AtkUtilAuraLinux>::get();
+ return base::Singleton<AtkUtilAuraLinux>::get();
}
AtkUtilAuraLinux::AtkUtilAuraLinux() {
« no previous file with comments | « ui/accessibility/platform/atk_util_auralinux.h ('k') | ui/aura/test/event_generator_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698