| 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 05578ee2de9009b1253bf8b4e70c4ead545db463..7fe53e9e7ab1e997c0e334d7c41ecca7b59cac10 100644
|
| --- a/chrome/browser/download/download_service_factory.h
|
| +++ b/chrome/browser/download/download_service_factory.h
|
| @@ -26,7 +26,8 @@ class DownloadServiceFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| - virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<DownloadServiceFactory>;
|
|
|