summaryrefslogtreecommitdiffstats
path: root/content/public/browser/download_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/download_item.h')
-rw-r--r--content/public/browser/download_item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
index ed597c3..ea6d87b 100644
--- a/content/public/browser/download_item.h
+++ b/content/public/browser/download_item.h
@@ -291,7 +291,7 @@ class CONTENT_EXPORT DownloadItem {
virtual InterruptReason GetLastReason() const = 0;
virtual DownloadPersistentStoreInfo GetPersistentStoreInfo() const = 0;
virtual DownloadStateInfo GetStateInfo() const = 0;
- virtual content::BrowserContext* BrowserContext() const = 0;
+ virtual BrowserContext* GetBrowserContext() const = 0;
virtual TabContents* GetTabContents() const = 0;
// Returns the final target file path for the download.