summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/tab_contents.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 17:13:03 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 17:13:03 +0000
commit58f5d567f2b2e8d8600c7bfc4206dd78b6b831ea (patch)
treefea5b4a81480011178891861998e13eade94bc8b /content/browser/tab_contents/tab_contents.h
parent168389f9cd2eefad65b925d2b57731b760d8aade (diff)
downloadchromium_src-58f5d567f2b2e8d8600c7bfc4206dd78b6b831ea.zip
chromium_src-58f5d567f2b2e8d8600c7bfc4206dd78b6b831ea.tar.gz
chromium_src-58f5d567f2b2e8d8600c7bfc4206dd78b6b831ea.tar.bz2
Rename content::WebPage to content::WebContents
BUG=98716,105875 Review URL: http://codereview.chromium.org/9004010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r--content/browser/tab_contents/tab_contents.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
index 872d1d1..7324e95 100644
--- a/content/browser/tab_contents/tab_contents.h
+++ b/content/browser/tab_contents/tab_contents.h
@@ -27,7 +27,7 @@
#include "content/browser/tab_contents/tab_contents_observer.h"
#include "content/browser/webui/web_ui.h"
#include "content/common/content_export.h"
-#include "content/public/browser/web_page.h"
+#include "content/public/browser/web_contents.h"
#include "content/public/common/renderer_preferences.h"
#include "net/base/load_states.h"
#include "ui/gfx/native_widget_types.h"
@@ -54,7 +54,7 @@ namespace webkit_glue {
struct WebIntentData;
}
-class CONTENT_EXPORT TabContents : public content::WebPage,
+class CONTENT_EXPORT TabContents : public content::WebContents,
public PageNavigator,
public RenderViewHostDelegate,
public RenderViewHostManager::Delegate,
@@ -473,7 +473,7 @@ class CONTENT_EXPORT TabContents : public content::WebPage,
return java_bridge_dispatcher_host_manager_.get();
}
- // content::WebPage ----------------------------------------------------------
+ // content::WebContents ------------------------------------------------------
virtual const base::PropertyBag* GetPropertyBag() const OVERRIDE;
virtual base::PropertyBag* GetPropertyBag() OVERRIDE;
virtual TabContentsDelegate* GetDelegate() OVERRIDE;