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

Unified Diff: chrome/browser/apps/shortcut_manager_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/apps/shortcut_manager_factory.h
diff --git a/chrome/browser/apps/shortcut_manager_factory.h b/chrome/browser/apps/shortcut_manager_factory.h
index 0c8f97c4cf8328466c92802384544ab83d5462f8..1cb6e06f534dd7b5f6908c4d32d671f7771e677a 100644
--- a/chrome/browser/apps/shortcut_manager_factory.h
+++ b/chrome/browser/apps/shortcut_manager_factory.h
@@ -7,7 +7,9 @@
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
+namespace base {
template<typename Type> struct DefaultSingletonTraits;
+}
class Profile;
@@ -24,7 +26,7 @@ class AppShortcutManagerFactory : public BrowserContextKeyedServiceFactory {
static AppShortcutManagerFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<AppShortcutManagerFactory>;
+ friend struct base::DefaultSingletonTraits<AppShortcutManagerFactory>;
AppShortcutManagerFactory();
~AppShortcutManagerFactory() override;
« no previous file with comments | « chrome/browser/apps/per_app_settings_service_factory.cc ('k') | chrome/browser/apps/shortcut_manager_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698