| Index: ash/shell_observer.h
|
| diff --git a/ash/shell_observer.h b/ash/shell_observer.h
|
| index a98700afff3dd92f099932c9e5b5bde3ab988318..89256c5be0c752b3f2804fa5b710a1632343917a 100644
|
| --- a/ash/shell_observer.h
|
| +++ b/ash/shell_observer.h
|
| @@ -41,7 +41,7 @@ class ASH_EXPORT ShellObserver {
|
| WmWindow* root_window) {}
|
|
|
| // Invoked when |pinned_window| enter or exit pinned mode.
|
| - virtual void OnPinnedStateChanged(WmWindow* pinned_window) {}
|
| + virtual void OnPinnedStateChanged(aura::Window* pinned_window) {}
|
|
|
| // Called when the overview mode is about to be started (before the windows
|
| // get re-arranged).
|
|
|