summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/menu_host.cc')
-rw-r--r--views/controls/menu/menu_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/menu/menu_host.cc b/views/controls/menu/menu_host.cc
index 70ea88c..82fd186 100644
--- a/views/controls/menu/menu_host.cc
+++ b/views/controls/menu/menu_host.cc
@@ -79,7 +79,7 @@ void MenuHost::ReleaseMenuHostCapture() {
////////////////////////////////////////////////////////////////////////////////
// MenuHost, Widget overrides:
-RootView* MenuHost::CreateRootView() {
+internal::RootView* MenuHost::CreateRootView() {
return new MenuHostRootView(this, submenu_);
}