| Index: ash/shelf/shelf_window_targeter.h
|
| diff --git a/ash/shelf/shelf_window_targeter.h b/ash/shelf/shelf_window_targeter.h
|
| index b1f090dc90086a4a2fe27c3a2a8a9af2e45e9151..68891315c34bc2bedd40b16dadb0a8508421b0d3 100644
|
| --- a/ash/shelf/shelf_window_targeter.h
|
| +++ b/ash/shelf/shelf_window_targeter.h
|
| @@ -13,7 +13,6 @@
|
| namespace ash {
|
|
|
| class Shelf;
|
| -class WmWindow;
|
|
|
| // ShelfWindowTargeter makes it easier to resize windows with the mouse when the
|
| // window-edge slightly overlaps with the shelf edge. The targeter also makes it
|
| @@ -22,7 +21,7 @@ class ShelfWindowTargeter : public ::wm::EasyResizeWindowTargeter,
|
| public aura::WindowObserver,
|
| public ShelfObserver {
|
| public:
|
| - ShelfWindowTargeter(WmWindow* container, Shelf* shelf);
|
| + ShelfWindowTargeter(aura::Window* container, Shelf* shelf);
|
| ~ShelfWindowTargeter() override;
|
|
|
| private:
|
|
|