diff options
Diffstat (limited to 'chrome/browser/download/download_service_factory.h')
-rw-r--r-- | chrome/browser/download/download_service_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_service_factory.h b/chrome/browser/download/download_service_factory.h index 8958fe1..b07e107 100644 --- a/chrome/browser/download/download_service_factory.h +++ b/chrome/browser/download/download_service_factory.h @@ -30,7 +30,7 @@ class DownloadServiceFactory : public BrowserContextKeyedServiceFactory { content::BrowserContext* context) const override; private: - friend struct DefaultSingletonTraits<DownloadServiceFactory>; + friend struct base::DefaultSingletonTraits<DownloadServiceFactory>; DownloadServiceFactory(); ~DownloadServiceFactory() override; |