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

Unified Diff: chrome/browser/ui/aura/accessibility/automation_manager_aura.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
Index: chrome/browser/ui/aura/accessibility/automation_manager_aura.h
diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
index 7d11622eec682dba82a24bdf307d9847174ea5c3..98cfe7f538ebca47b08d0ae66086ef875fbe9095 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.h
@@ -11,8 +11,10 @@
#include "chrome/browser/ui/aura/accessibility/ax_tree_source_aura.h"
#include "ui/accessibility/ax_tree_serializer.h"
+namespace base {
template <typename T>
struct DefaultSingletonTraits;
+} // namespace base
namespace content {
class BrowserContext;
@@ -53,7 +55,7 @@ class AutomationManagerAura : public extensions::AutomationActionAdapter {
void ShowContextMenu(int32 id) override;
private:
- friend struct DefaultSingletonTraits<AutomationManagerAura>;
+ friend struct base::DefaultSingletonTraits<AutomationManagerAura>;
AutomationManagerAura();
virtual ~AutomationManagerAura();
« no previous file with comments | « chrome/browser/ui/ash/app_sync_ui_state_factory.cc ('k') | chrome/browser/ui/aura/accessibility/automation_manager_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698