| 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 5f99647b42586a016b88cba7fe1ff5fe431ce080..9cf79c475db476f231785ccc288822359c9ef120 100644
|
| --- a/chrome/browser/download/download_service_factory.h
|
| +++ b/chrome/browser/download/download_service_factory.h
|
| @@ -25,9 +25,9 @@ class DownloadServiceFactory : public BrowserContextKeyedServiceFactory {
|
| protected:
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<DownloadServiceFactory>;
|
|
|