| 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 3995764785b663317ef93117be33e7460ac03116..fbce92e3e2e42dcf4dee26edff295c3dbe3fca21 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/wm/aura/wm_window_aura.h"
|
| +#include "ash/aura/wm_window_aura.h"
|
| #include "ash/wm/overview/scoped_overview_animation_settings_aura.h"
|
| #include "base/memory/ptr_util.h"
|
|
|
| @@ -19,9 +19,9 @@ ScopedOverviewAnimationSettingsFactoryAura::
|
| std::unique_ptr<ScopedOverviewAnimationSettings>
|
| ScopedOverviewAnimationSettingsFactoryAura::CreateOverviewAnimationSettings(
|
| OverviewAnimationType animation_type,
|
| - wm::WmWindow* window) {
|
| + WmWindow* window) {
|
| return base::WrapUnique(new ScopedOverviewAnimationSettingsAura(
|
| - animation_type, wm::WmWindowAura::GetAuraWindow(window)));
|
| + animation_type, WmWindowAura::GetAuraWindow(window)));
|
| }
|
|
|
| } // namespace ash
|
|
|