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

Unified Diff: ash/wm/overview/scoped_overview_animation_settings_factory.h

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.h
diff --git a/ash/wm/overview/scoped_overview_animation_settings_factory.h b/ash/wm/overview/scoped_overview_animation_settings_factory.h
index 007ce7cd751fd36a72ef8abd1b6177670441177b..cb23ce32d0d04672bf5b3d09b7d650cc151227cf 100644
--- a/ash/wm/overview/scoped_overview_animation_settings_factory.h
+++ b/ash/wm/overview/scoped_overview_animation_settings_factory.h
@@ -12,10 +12,7 @@
namespace ash {
class ScopedOverviewAnimationSettings;
-
-namespace wm {
class WmWindow;
-}
// Factory for creating ScopedOverviewAnimationSettings.
class ScopedOverviewAnimationSettingsFactory {
@@ -24,7 +21,7 @@ class ScopedOverviewAnimationSettingsFactory {
virtual std::unique_ptr<ScopedOverviewAnimationSettings>
CreateOverviewAnimationSettings(OverviewAnimationType animation_type,
- wm::WmWindow* window) = 0;
+ WmWindow* window) = 0;
protected:
ScopedOverviewAnimationSettingsFactory();

Powered by Google App Engine
This is Rietveld 408576698