| Index: chrome/browser/download/download_service_factory.h
|
| ===================================================================
|
| --- chrome/browser/download/download_service_factory.h (revision 154991)
|
| +++ chrome/browser/download/download_service_factory.h (working copy)
|
| @@ -26,7 +26,7 @@
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| - virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE;
|
| + virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<DownloadServiceFactory>;
|
|
|