| Index: ash/shell/window_watcher_shelf_item_delegate.h
|
| diff --git a/ash/shell/window_watcher_shelf_item_delegate.h b/ash/shell/window_watcher_shelf_item_delegate.h
|
| index 9d4c10707c0ce220f6e9ff4fd219de8337770a6b..f54c733b7728665afb90816887426cd0c7e8b773 100644
|
| --- a/ash/shell/window_watcher_shelf_item_delegate.h
|
| +++ b/ash/shell/window_watcher_shelf_item_delegate.h
|
| @@ -6,7 +6,7 @@
|
| #define ASH_SHELL_WINDOW_WATCHER_SHELF_ITEM_DELEGATE_H_
|
|
|
| #include "ash/public/cpp/shelf_item.h"
|
| -#include "ash/public/interfaces/shelf.mojom.h"
|
| +#include "ash/public/cpp/shelf_item_delegate.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
|
|
| @@ -16,12 +16,12 @@ namespace shell {
|
| class WindowWatcher;
|
|
|
| // ShelfItemDelegate implementation used by WindowWatcher.
|
| -class WindowWatcherShelfItemDelegate : public mojom::ShelfItemDelegate {
|
| +class WindowWatcherShelfItemDelegate : public ShelfItemDelegate {
|
| public:
|
| WindowWatcherShelfItemDelegate(ShelfID id, WindowWatcher* watcher);
|
| ~WindowWatcherShelfItemDelegate() override;
|
|
|
| - // mojom::ShelfItemDelegate:
|
| + // ShelfItemDelegate:
|
| void ItemSelected(std::unique_ptr<ui::Event> event,
|
| int64_t display_id,
|
| ShelfLaunchSource source,
|
|
|