| Index: ash/common/shelf/shelf_application_menu_model.cc
|
| diff --git a/ash/common/shelf/shelf_application_menu_model.cc b/ash/common/shelf/shelf_application_menu_model.cc
|
| index 490772f497a731df46c5ee616492021fc4f3348b..91faf69996875ed6e6995243585bd3f2a599b401 100644
|
| --- a/ash/common/shelf/shelf_application_menu_model.cc
|
| +++ b/ash/common/shelf/shelf_application_menu_model.cc
|
| @@ -9,6 +9,7 @@
|
| #include <limits>
|
| #include <utility>
|
|
|
| +#include "ash/public/cpp/shelf_item_delegate.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "ui/gfx/image/image.h"
|
|
|
| @@ -23,7 +24,7 @@ namespace ash {
|
| ShelfApplicationMenuModel::ShelfApplicationMenuModel(
|
| const base::string16& title,
|
| std::vector<mojom::MenuItemPtr> items,
|
| - mojom::ShelfItemDelegate* delegate)
|
| + ShelfItemDelegate* delegate)
|
| : ui::SimpleMenuModel(this), items_(std::move(items)), delegate_(delegate) {
|
| AddSeparator(ui::SPACING_SEPARATOR);
|
| AddItem(kInvalidCommandId, title);
|
|
|