summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/dom_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/dom_view.h')
-rw-r--r--chrome/browser/views/dom_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/dom_view.h b/chrome/browser/views/dom_view.h
index 132a444..cf60430 100644
--- a/chrome/browser/views/dom_view.h
+++ b/chrome/browser/views/dom_view.h
@@ -14,7 +14,7 @@
class Profile;
class SiteInstance;
-class WebContents;
+class TabContents;
class DOMView : public views::HWNDView {
public:
@@ -35,7 +35,7 @@ class DOMView : public views::HWNDView {
protected:
virtual bool CanProcessTabKeyEvents() { return true; }
- scoped_ptr<WebContents> web_contents_;
+ scoped_ptr<TabContents> tab_contents_;
private:
bool initialized_;