diff options
Diffstat (limited to 'chrome/browser/download/download_service.h')
-rw-r--r-- | chrome/browser/download/download_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h index e993f14..30e72e3 100644 --- a/chrome/browser/download/download_service.h +++ b/chrome/browser/download/download_service.h @@ -24,7 +24,7 @@ class DownloadManager; } // Owning class for ChromeDownloadManagerDelegate. -class DownloadService : public ProfileKeyedService { +class DownloadService : public BrowserContextKeyedService { public: explicit DownloadService(Profile* profile); virtual ~DownloadService(); |