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

Unified Diff: ui/views/accessibility/ax_aura_obj_cache.h

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/gl/gpu_switching_manager.cc ('k') | ui/views/accessibility/ax_aura_obj_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/accessibility/ax_aura_obj_cache.h
diff --git a/ui/views/accessibility/ax_aura_obj_cache.h b/ui/views/accessibility/ax_aura_obj_cache.h
index 81384a177d93d4efe6d849438f65f43af37b4ff5..95c46f387104a498287303f6c2689f05a71d510d 100644
--- a/ui/views/accessibility/ax_aura_obj_cache.h
+++ b/ui/views/accessibility/ax_aura_obj_cache.h
@@ -11,7 +11,9 @@
#include "base/basictypes.h"
#include "ui/views/views_export.h"
+namespace base {
template <typename T> struct DefaultSingletonTraits;
+}
namespace aura {
class Window;
@@ -63,7 +65,7 @@ class VIEWS_EXPORT AXAuraObjCache {
bool is_destroying() { return is_destroying_; }
private:
- friend struct DefaultSingletonTraits<AXAuraObjCache>;
+ friend struct base::DefaultSingletonTraits<AXAuraObjCache>;
AXAuraObjCache();
virtual ~AXAuraObjCache();
« no previous file with comments | « ui/gl/gpu_switching_manager.cc ('k') | ui/views/accessibility/ax_aura_obj_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698