summaryrefslogtreecommitdiffstats
path: root/chrome/browser/apps/per_app_settings_service_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/apps/per_app_settings_service_factory.h')
-rw-r--r--chrome/browser/apps/per_app_settings_service_factory.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/apps/per_app_settings_service_factory.h b/chrome/browser/apps/per_app_settings_service_factory.h
index 1111848..23ee62b 100644
--- a/chrome/browser/apps/per_app_settings_service_factory.h
+++ b/chrome/browser/apps/per_app_settings_service_factory.h
@@ -13,7 +13,10 @@ class BrowserContext;
class PerAppSettingsService;
+namespace base {
template <typename T> struct DefaultSingletonTraits;
+}
+
class PerAppSettingsServiceFactory : public BrowserContextKeyedServiceFactory {
public:
static PerAppSettingsServiceFactory* GetInstance();
@@ -21,7 +24,7 @@ class PerAppSettingsServiceFactory : public BrowserContextKeyedServiceFactory {
content::BrowserContext* browser_context);
private:
- friend struct DefaultSingletonTraits<PerAppSettingsServiceFactory>;
+ friend struct base::DefaultSingletonTraits<PerAppSettingsServiceFactory>;
PerAppSettingsServiceFactory();
~PerAppSettingsServiceFactory() override;