summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/hwnd_html_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/hwnd_html_view.cc')
-rw-r--r--chrome/browser/views/hwnd_html_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/hwnd_html_view.cc b/chrome/browser/views/hwnd_html_view.cc
index 11a7225..1661624 100644
--- a/chrome/browser/views/hwnd_html_view.cc
+++ b/chrome/browser/views/hwnd_html_view.cc
@@ -35,7 +35,7 @@ void HWNDHtmlView::Init(HWND parent_hwnd) {
// same z-order as constrained windows.
HWND hwnd = view->Create(parent_hwnd);
view->ShowWindow(SW_SHOW);
- ChromeViews::HWNDView::Attach(hwnd);
+ views::HWNDView::Attach(hwnd);
// Start up the renderer.
if (allow_dom_ui_bindings_)