diff options
Diffstat (limited to 'chrome/browser/views/dom_view.h')
-rw-r--r-- | chrome/browser/views/dom_view.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/views/dom_view.h b/chrome/browser/views/dom_view.h index 132a444..bfa6d13 100644 --- a/chrome/browser/views/dom_view.h +++ b/chrome/browser/views/dom_view.h @@ -8,7 +8,6 @@ #ifndef CHROME_BROWSER_VIEWS_DOM_VIEW_H_ #define CHROME_BROWSER_VIEWS_DOM_VIEW_H_ -#include "base/scoped_ptr.h" #include "chrome/views/controls/hwnd_view.h" #include "googleurl/src/gurl.h" @@ -35,7 +34,7 @@ class DOMView : public views::HWNDView { protected: virtual bool CanProcessTabKeyEvents() { return true; } - scoped_ptr<WebContents> web_contents_; + WebContents* web_contents_; private: bool initialized_; |