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

Unified Diff: content/browser/accessibility/ax_tree_id_registry.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
Index: content/browser/accessibility/ax_tree_id_registry.cc
diff --git a/content/browser/accessibility/ax_tree_id_registry.cc b/content/browser/accessibility/ax_tree_id_registry.cc
index 5973cbff7d547af3c82b797fb8c4915916a9ac3f..1b167e7e7db1af72853e613f1c1cb2c252f31864 100644
--- a/content/browser/accessibility/ax_tree_id_registry.cc
+++ b/content/browser/accessibility/ax_tree_id_registry.cc
@@ -13,7 +13,7 @@ const AXTreeIDRegistry::AXTreeID AXTreeIDRegistry::kNoAXTreeID = -1;
// static
AXTreeIDRegistry* AXTreeIDRegistry::GetInstance() {
- return Singleton<AXTreeIDRegistry>::get();
+ return base::Singleton<AXTreeIDRegistry>::get();
}
AXTreeIDRegistry::AXTreeID AXTreeIDRegistry::GetOrCreateAXTreeID(
« no previous file with comments | « content/browser/accessibility/ax_tree_id_registry.h ('k') | content/browser/accessibility/browser_accessibility_state_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698