summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-17 21:47:35 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-17 21:47:35 +0000
commit8dad546b6804ac8ef0e57146653f5bbdbe703632 (patch)
treeb4f89946c8d8175f9c5b0bcca12ac8b29743b823 /chrome/browser/chrome_content_browser_client.h
parent526d4e6440a9e9b76bd664e923b97ecca698ee7c (diff)
downloadchromium_src-8dad546b6804ac8ef0e57146653f5bbdbe703632.zip
chromium_src-8dad546b6804ac8ef0e57146653f5bbdbe703632.tar.gz
chromium_src-8dad546b6804ac8ef0e57146653f5bbdbe703632.tar.bz2
Ensure that view_messages.h and tab_contents.h don't get included by any more code. The only remaining place is tab_contents_view_mac.mm. Instead of waiting until it moves, I've moved it to a directory with a DEPS file to allow those includes. That way we can enforce that no new files include those headers. It took a few weeks work to remove all the dependencies, and we don't want them regressing.
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9178026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.h')
-rw-r--r--chrome/browser/chrome_content_browser_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 2eda665..0ba18fe 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -18,7 +18,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
virtual content::BrowserMainParts* CreateBrowserMainParts(
const content::MainFunctionParams& parameters) OVERRIDE;
virtual TabContentsView* CreateTabContentsView(
- TabContents* tab_contents) OVERRIDE;
+ content::WebContents* web_contents) OVERRIDE;
virtual void RenderViewHostCreated(RenderViewHost* render_view_host) OVERRIDE;
virtual void RenderProcessHostCreated(
content::RenderProcessHost* host) OVERRIDE;