summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_util.cc')
-rw-r--r--chrome/browser/tab_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_util.cc b/chrome/browser/tab_util.cc
index 815abfe..863b38d4 100644
--- a/chrome/browser/tab_util.cc
+++ b/chrome/browser/tab_util.cc
@@ -27,7 +27,7 @@ bool tab_util::GetTabContentsID(URLRequest* request,
return true;
}
-TabContents* tab_util::GetTabContentsByID(int render_process_id,
+WebContents* tab_util::GetWebContentsByID(int render_process_id,
int render_view_id) {
RenderViewHost* render_view_host =
RenderViewHost::FromID(render_process_id, render_view_id);