summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shell.h b/ash/shell.h
index f04c511..a72826c 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -122,6 +122,7 @@ class LocaleNotificationController;
class MouseCursorEventFilter;
class OutputConfiguratorAnimation;
class OverlayEventFilter;
+class PowerEventObserver;
class ResizeShadowController;
class ResolutionNotificationController;
class RootWindowController;
@@ -129,7 +130,6 @@ class ScopedTargetRootWindow;
class ScreenPositionController;
class SlowAnimationEventFilter;
class StatusAreaWidget;
-class SuspendObserver;
class SystemGestureEventFilter;
class SystemModalContainerEventFilter;
class TouchObserverHUD;
@@ -626,7 +626,7 @@ class ASH_EXPORT Shell
locale_notification_controller_;
#if defined(OS_CHROMEOS)
- scoped_ptr<internal::SuspendObserver> suspend_observer_;
+ scoped_ptr<internal::PowerEventObserver> power_event_observer_;
scoped_ptr<internal::UserActivityNotifier> user_activity_notifier_;
scoped_ptr<internal::VideoActivityNotifier> video_activity_notifier_;
#if defined(USE_X11)