summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/menu.h')
-rw-r--r--views/controls/menu/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/menu/menu.h b/views/controls/menu/menu.h
index 0017ac1..04da77a 100644
--- a/views/controls/menu/menu.h
+++ b/views/controls/menu/menu.h
@@ -182,7 +182,7 @@ class Menu {
// Creates a new menu with the contents of the system menu for the given
// parent window. The caller owns the returned pointer.
- static Menu* GetSystemMenu(gfx::NativeView parent);
+ static Menu* GetSystemMenu(gfx::NativeWindow parent);
void set_delegate(Delegate* delegate) { delegate_ = delegate; }
Delegate* delegate() const { return delegate_; }