diff options
Diffstat (limited to 'chrome/browser/views/dom_view.h')
-rw-r--r-- | chrome/browser/views/dom_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/dom_view.h b/chrome/browser/views/dom_view.h index 902426f4..24ae966 100644 --- a/chrome/browser/views/dom_view.h +++ b/chrome/browser/views/dom_view.h @@ -15,7 +15,7 @@ class DOMUIHost; class Profile; class SiteInstance; -class DOMView : public ChromeViews::HWNDView { +class DOMView : public views::HWNDView { public: // Construct a DOMView to display the given data: URL. explicit DOMView(const GURL& contents); |