| Index: ui/views/test/combobox_test_api.cc
|
| diff --git a/ui/views/test/combobox_test_api.cc b/ui/views/test/combobox_test_api.cc
|
| index 74465161845b23a109f352b650056e8e2a0814bf..0e747ece038a6b69c8e802d33c119a481874c293 100644
|
| --- a/ui/views/test/combobox_test_api.cc
|
| +++ b/ui/views/test/combobox_test_api.cc
|
| @@ -24,14 +24,13 @@ class TestMenuRunnerHandler : public MenuRunnerHandler {
|
| public:
|
| explicit TestMenuRunnerHandler(int* show_counter)
|
| : show_counter_(show_counter) {}
|
| - MenuRunner::RunResult RunMenuAt(Widget* parent,
|
| - MenuButton* button,
|
| - const gfx::Rect& bounds,
|
| - MenuAnchorPosition anchor,
|
| - ui::MenuSourceType source_type,
|
| - int32_t types) override {
|
| + void RunMenuAt(Widget* parent,
|
| + MenuButton* button,
|
| + const gfx::Rect& bounds,
|
| + MenuAnchorPosition anchor,
|
| + ui::MenuSourceType source_type,
|
| + int32_t types) override {
|
| *show_counter_ += 1;
|
| - return MenuRunner::NORMAL_EXIT;
|
| }
|
|
|
| private:
|
|
|