diff options
Diffstat (limited to 'views/controls/button/button_dropdown.h')
-rw-r--r-- | views/controls/button/button_dropdown.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/button/button_dropdown.h b/views/controls/button/button_dropdown.h index a244f253..e2c372e04 100644 --- a/views/controls/button/button_dropdown.h +++ b/views/controls/button/button_dropdown.h @@ -22,7 +22,7 @@ namespace views { //////////////////////////////////////////////////////////////////////////////// class ButtonDropDown : public ImageButton { public: - ButtonDropDown(ButtonListener* listener, menus::MenuModel* model); + ButtonDropDown(ButtonListener* listener, ui::MenuModel* model); virtual ~ButtonDropDown(); // Accessibility accessors, overridden from View. @@ -53,7 +53,7 @@ class ButtonDropDown : public ImageButton { void ShowDropDownMenu(gfx::NativeView window); // The model that populates the attached menu. - menus::MenuModel* model_; + ui::MenuModel* model_; scoped_ptr<Menu2> menu_; // Y position of mouse when left mouse button is pressed |