| Index: ash/shelf/shelf_window_watcher.h
|
| diff --git a/ash/shelf/shelf_window_watcher.h b/ash/shelf/shelf_window_watcher.h
|
| index 7cfe2dca870070a8d63a7958e3b6ae6eca046632..e61cacb5e097ab574609feb00fefe23693eb6d95 100644
|
| --- a/ash/shelf/shelf_window_watcher.h
|
| +++ b/ash/shelf/shelf_window_watcher.h
|
| @@ -28,7 +28,6 @@ class ActivationClient;
|
| namespace ash {
|
|
|
| class ShelfModel;
|
| -class ShelfItemDelegateManager;
|
| class WmWindow;
|
|
|
| // ShelfWindowWatcher creates and handles a ShelfItem for windows that have
|
| @@ -37,8 +36,7 @@ class ShelfWindowWatcher : public aura::client::ActivationChangeObserver,
|
| public aura::WindowObserver,
|
| public display::DisplayObserver {
|
| public:
|
| - ShelfWindowWatcher(ShelfModel* model,
|
| - ShelfItemDelegateManager* item_delegate_manager);
|
| + explicit ShelfWindowWatcher(ShelfModel* model);
|
| ~ShelfWindowWatcher() override;
|
|
|
| private:
|
| @@ -127,7 +125,6 @@ class ShelfWindowWatcher : public aura::client::ActivationChangeObserver,
|
|
|
| // Owned by Shell.
|
| ShelfModel* model_;
|
| - ShelfItemDelegateManager* item_delegate_manager_;
|
|
|
| RootWindowObserver root_window_observer_;
|
|
|
|
|