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

Unified Diff: ash/shell.h

Issue 2901903003: [ash] Cleanup of ScopedOverviewAnimationSettings (Closed)
Patch Set: [ash] Cleanup of ScopedOverviewAnimationSettings Created 3 years, 7 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/shell.cc » ('j') | ash/shell.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 18176c7afb71f6ffd9394cd25bfb5579db2992bb..b436bbc059c58582cbb2b5994f3b639a2913119f 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -137,7 +137,7 @@ class ResizeShadowController;
class ResolutionNotificationController;
class RootWindowController;
class ShellPort;
-class ScopedOverviewAnimationSettingsFactoryAura;
+class ScopedOverviewAnimationSettingsFactory;
class ScreenLayoutObserver;
class ScreenOrientationController;
class ScreenshotController;
@@ -677,7 +677,7 @@ class ASH_EXPORT Shell : public SessionObserver,
// when the screen is initially created.
static bool initially_hide_cursor_;
- std::unique_ptr<ScopedOverviewAnimationSettingsFactoryAura>
+ std::unique_ptr<ScopedOverviewAnimationSettingsFactory>
scoped_overview_animation_settings_factory_;
std::unique_ptr<ShellPort> shell_port_;
« no previous file with comments | « ash/BUILD.gn ('k') | ash/shell.cc » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698