| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index bff6a25023d78bda06375a796bdd5384a3cd7258..7a644b054a22f8add5e5d0b10fab9b903c3955c9 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -589,7 +589,7 @@ class ASH_EXPORT Shell : public SessionObserver,
|
| void NotifyFullscreenStateChanged(bool is_fullscreen, WmWindow* root_window);
|
|
|
| // Notifies observers that |pinned_window| changed its pinned window state.
|
| - void NotifyPinnedStateChanged(WmWindow* pinned_window);
|
| + void NotifyPinnedStateChanged(aura::Window* pinned_window);
|
|
|
| // Notifies observers that the virtual keyboard has been
|
| // activated/deactivated for |root_window|.
|
|
|