Index: chrome/browser/ui/views/frame/global_menu_bar_x11.cc |
diff --git a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc |
index c32b3831906d78d72a539f903c4ac72a4c886071..403a6418d9e5aa1e740dfb1a32c20c7aef5efc6f 100644 |
--- a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc |
+++ b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc |
@@ -312,7 +312,7 @@ struct GlobalMenuBarX11::HistoryItem { |
}; |
GlobalMenuBarX11::GlobalMenuBarX11(BrowserView* browser_view, |
- BrowserDesktopRootWindowHostX11* host) |
+ BrowserDesktopWindowTreeHostX11* host) |
: browser_(browser_view->browser()), |
profile_(browser_->profile()), |
browser_view_(browser_view), |