| Index: chrome/browser/download/download_service_factory.h
|
| diff --git a/chrome/browser/download/download_service_factory.h b/chrome/browser/download/download_service_factory.h
|
| index 8958fe1224791254377bf765f319b6764a98476c..b07e107ccbe876f8b47d0e97522ca32e7a692159 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;
|
|
|