summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/tab_util.h')
-rw-r--r--chrome/browser/tab_contents/tab_util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/tab_util.h b/chrome/browser/tab_contents/tab_util.h
index 63bcbfa..64f1aaf 100644
--- a/chrome/browser/tab_contents/tab_util.h
+++ b/chrome/browser/tab_contents/tab_util.h
@@ -10,7 +10,6 @@ class GURL;
class Profile;
class SiteInstance;
class TabContents;
-
namespace content {
class WebContents;
}
@@ -28,7 +27,7 @@ content::WebContents* GetWebContentsByID(int render_process_id,
// Returns a new SiteInstance for WebUI and app URLs. Returns the SiteInstance
// for |source_contents| if it represents the same website as |url|. Returns
// NULL otherwise.
-SiteInstance* GetSiteInstanceForNewTab(TabContents* source_contents,
+SiteInstance* GetSiteInstanceForNewTab(content::WebContents* source_contents,
Profile* profile,
const GURL& url);