| Index: views/controls/menu/menu_scroll_view_container.cc
|
| diff --git a/views/controls/menu/menu_scroll_view_container.cc b/views/controls/menu/menu_scroll_view_container.cc
|
| index 5f1b94ef991cf352bf6acd4852c0e7ef718d21a2..1d3fcdd3a46b50e5450be678a12b3d6e0e0a8afa 100644
|
| --- a/views/controls/menu/menu_scroll_view_container.cc
|
| +++ b/views/controls/menu/menu_scroll_view_container.cc
|
| @@ -42,7 +42,7 @@ namespace {
|
|
|
| class MenuScrollButton : public View {
|
| public:
|
| - explicit MenuScrollButton(SubmenuView* host, bool is_up)
|
| + MenuScrollButton(SubmenuView* host, bool is_up)
|
| : host_(host),
|
| is_up_(is_up),
|
| // Make our height the same as that of other MenuItemViews.
|
|
|