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

Unified Diff: ash/shell.h

Issue 222383002: Move UserActivityDetector from ash/wm/ to ui/wm/core/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove an unneeded include Created 6 years, 9 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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 1f511db436fbf81cfc344bdddd8e7017b4dad195..0526f7ecc26cab6729bfcfaca2b740a135dfbdce 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -68,6 +68,7 @@ class CompoundEventFilter;
class InputMethodEventFilter;
class ShadowController;
class VisibilityController;
+class UserActivityDetector;
class WindowModalityController;
}
@@ -104,7 +105,6 @@ class SystemTray;
class SystemTrayDelegate;
class SystemTrayNotifier;
class ToplevelWindowEventHandler;
-class UserActivityDetector;
class UserWallpaperDelegate;
class VideoDetector;
class WebNotificationTray;
@@ -364,7 +364,7 @@ class ASH_EXPORT Shell
MruWindowTracker* mru_window_tracker() {
return mru_window_tracker_.get();
}
- UserActivityDetector* user_activity_detector() {
+ ::wm::UserActivityDetector* user_activity_detector() {
return user_activity_detector_.get();
}
VideoDetector* video_detector() {
@@ -649,7 +649,7 @@ class ASH_EXPORT Shell
scoped_ptr<PowerButtonController> power_button_controller_;
scoped_ptr<LockStateController> lock_state_controller_;
scoped_ptr<MruWindowTracker> mru_window_tracker_;
- scoped_ptr<UserActivityDetector> user_activity_detector_;
+ scoped_ptr< ::wm::UserActivityDetector> user_activity_detector_;
scoped_ptr<VideoDetector> video_detector_;
scoped_ptr<WindowSelectorController> window_selector_controller_;
scoped_ptr<internal::FocusCycler> focus_cycler_;
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell.cc » ('j') | ash/system/chromeos/power/user_activity_notifier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698