| Index: ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
|
| diff --git a/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc b/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
|
| index 8fe6d8b4ccb6f83e001c42ec7fff7865b9413b5c..d439ba062e4116ce9b4a1774f9b085ad4139b8a3 100644
|
| --- a/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
|
| +++ b/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "ash/wm/overview/scoped_overview_animation_settings_factory_aura.h"
|
|
|
| -#include "ash/aura/wm_window_aura.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/wm/overview/scoped_overview_animation_settings_aura.h"
|
| #include "base/memory/ptr_util.h"
|
|
|
| @@ -21,7 +21,7 @@ ScopedOverviewAnimationSettingsFactoryAura::CreateOverviewAnimationSettings(
|
| OverviewAnimationType animation_type,
|
| WmWindow* window) {
|
| return base::MakeUnique<ScopedOverviewAnimationSettingsAura>(
|
| - animation_type, WmWindowAura::GetAuraWindow(window));
|
| + animation_type, WmWindow::GetAuraWindow(window));
|
| }
|
|
|
| } // namespace ash
|
|
|