| Index: ash/wm/immersive_fullscreen_controller.h
|
| diff --git a/ash/wm/immersive_fullscreen_controller.h b/ash/wm/immersive_fullscreen_controller.h
|
| index 9bbc71eee93f168ee4936750b198d3b93f4ca907..b98b32fc13f74b16b3236903edc3d547535e3a16 100644
|
| --- a/ash/wm/immersive_fullscreen_controller.h
|
| +++ b/ash/wm/immersive_fullscreen_controller.h
|
| @@ -41,7 +41,7 @@ namespace ash {
|
| class ASH_EXPORT ImmersiveFullscreenController
|
| : public gfx::AnimationDelegate,
|
| public ui::EventHandler,
|
| - public views::corewm::TransientWindowObserver,
|
| + public ::wm::TransientWindowObserver,
|
| public views::FocusChangeListener,
|
| public views::WidgetObserver,
|
| public ImmersiveRevealedLock::Delegate {
|
| @@ -143,7 +143,7 @@ class ASH_EXPORT ImmersiveFullscreenController
|
| virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
|
| virtual void AnimationProgressed(const gfx::Animation* animation) OVERRIDE;
|
|
|
| - // views::corewm::TransientWindowObserver overrides:
|
| + // ::wm::TransientWindowObserver overrides:
|
| virtual void OnTransientChildAdded(aura::Window* window,
|
| aura::Window* transient) OVERRIDE;
|
| virtual void OnTransientChildRemoved(aura::Window* window,
|
|
|