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

Unified Diff: chrome/browser/ui/toolbar/toolbar_actions_model_factory.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/toolbar/toolbar_actions_model_factory.h
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_model_factory.h b/chrome/browser/ui/toolbar/toolbar_actions_model_factory.h
index cc89475f21e576cf01a38ae4d797f2177dd48e9f..7a69d69873a70980fb6fe8842d0dbf49f0592676 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_model_factory.h
+++ b/chrome/browser/ui/toolbar/toolbar_actions_model_factory.h
@@ -20,7 +20,7 @@ class ToolbarActionsModelFactory : public BrowserContextKeyedServiceFactory {
static ToolbarActionsModelFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<ToolbarActionsModelFactory>;
+ friend struct base::DefaultSingletonTraits<ToolbarActionsModelFactory>;
ToolbarActionsModelFactory();
~ToolbarActionsModelFactory() override;
« no previous file with comments | « chrome/browser/ui/tabs/pinned_tab_service_factory.cc ('k') | chrome/browser/ui/toolbar/toolbar_actions_model_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698