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

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

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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 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

Powered by Google App Engine
This is Rietveld 408576698