summaryrefslogtreecommitdiffstats
path: root/content/public/browser/web_contents_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/web_contents_delegate.cc')
-rw-r--r--content/public/browser/web_contents_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
index 1ca147c..766af90 100644
--- a/content/public/browser/web_contents_delegate.cc
+++ b/content/public/browser/web_contents_delegate.cc
@@ -21,7 +21,7 @@ namespace content {
WebContentsDelegate::WebContentsDelegate() {
}
-TabContents* WebContentsDelegate::OpenURLFromTab(TabContents* source,
+WebContents* WebContentsDelegate::OpenURLFromTab(WebContents* source,
const OpenURLParams& params) {
return NULL;
}