Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2596)

Unified Diff: ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: feedback Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc ('k') | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698