| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 29d8f42ef67d5d12a75cec2d3373566452279782..484ef62fd55293258c5003b97aa3a09774fe3965 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -578,7 +578,8 @@ class ASH_EXPORT Shell : public SessionObserver,
|
|
|
| // Notifies observers that the virtual keyboard has been
|
| // activated/deactivated for |root_window|.
|
| - void NotifyVirtualKeyboardActivated(bool activated, WmWindow* root_window);
|
| + void NotifyVirtualKeyboardActivated(bool activated,
|
| + aura::Window* root_window);
|
|
|
| // Notifies observers that the shelf was created for |root_window|.
|
| // TODO(jamescook): Move to Shelf.
|
|
|