Chromium Code Reviews| Index: ash/common/test/test_shelf_item_delegate.h |
| diff --git a/ash/common/test/test_shelf_item_delegate.h b/ash/common/test/test_shelf_item_delegate.h |
| index 62743ac9517f8505709f73e686bcd8b7d6988842..aca54b200d6acd64cc02680521163f32acf728d7 100644 |
| --- a/ash/common/test/test_shelf_item_delegate.h |
| +++ b/ash/common/test/test_shelf_item_delegate.h |
| @@ -24,7 +24,7 @@ class TestShelfItemDelegate : public ShelfItemDelegate { |
| // ShelfItemDelegate: |
| ShelfItemDelegate::PerformedAction ItemSelected( |
| const ui::Event& event) override; |
| - ui::SimpleMenuModel* CreateApplicationMenu(int event_flags) override; |
| + ash::ShelfApplicationMenuItems GetAppMenuItems(int event_flags) override; |
|
James Cook
2017/02/06 17:30:21
I presume ash:: is needed because of the test name
msw
2017/02/07 09:12:01
Nope, I just missed this; removed.
|
| void Close() override; |
| private: |