| 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 fbce92e3e2e42dcf4dee26edff295c3dbe3fca21..8fe6d8b4ccb6f83e001c42ec7fff7865b9413b5c 100644
|
| --- a/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
|
| +++ b/ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc
|
| @@ -20,8 +20,8 @@ std::unique_ptr<ScopedOverviewAnimationSettings>
|
| ScopedOverviewAnimationSettingsFactoryAura::CreateOverviewAnimationSettings(
|
| OverviewAnimationType animation_type,
|
| WmWindow* window) {
|
| - return base::WrapUnique(new ScopedOverviewAnimationSettingsAura(
|
| - animation_type, WmWindowAura::GetAuraWindow(window)));
|
| + return base::MakeUnique<ScopedOverviewAnimationSettingsAura>(
|
| + animation_type, WmWindowAura::GetAuraWindow(window));
|
| }
|
|
|
| } // namespace ash
|
|
|