diff options
Diffstat (limited to 'content/browser/download/download_manager_impl.h')
-rw-r--r-- | content/browser/download/download_manager_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h index a419e8d..9f8a7b5 100644 --- a/content/browser/download/download_manager_impl.h +++ b/content/browser/download/download_manager_impl.h @@ -74,7 +74,7 @@ class CONTENT_EXPORT DownloadManagerImpl virtual void OnItemAddedToPersistentStore(int32 download_id, int64 db_handle) OVERRIDE; virtual int InProgressCount() const OVERRIDE; - virtual content::BrowserContext* BrowserContext() const OVERRIDE; + virtual content::BrowserContext* GetBrowserContext() const OVERRIDE; virtual FilePath LastDownloadPath() OVERRIDE; virtual void CreateDownloadItem( DownloadCreateInfo* info, @@ -98,7 +98,7 @@ class CONTENT_EXPORT DownloadManagerImpl content::DownloadManagerDelegate* delegate) OVERRIDE; // Overridden from DownloadItemImpl::Delegate - // (Note that |BrowserContext| are present in both interfaces.) + // (Note that |GetBrowserContext| are present in both interfaces.) virtual bool ShouldOpenDownload(content::DownloadItem* item) OVERRIDE; virtual bool ShouldOpenFileBasedOnExtension( const FilePath& path) OVERRIDE; |