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

Unified Diff: extensions/shell/browser/shell_desktop_controller_aura.h

Issue 833893003: Move UserActivityDetector to ui/base/user_activity/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't build test on android Created 5 years, 11 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 | « chrome/browser/idle_chromeos.cc ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_desktop_controller_aura.h
diff --git a/extensions/shell/browser/shell_desktop_controller_aura.h b/extensions/shell/browser/shell_desktop_controller_aura.h
index d681cd40535bd90e82873e8f133b349a5201c27f..5fcc058a1474c5cf448d79451c7075be3553307b 100644
--- a/extensions/shell/browser/shell_desktop_controller_aura.h
+++ b/extensions/shell/browser/shell_desktop_controller_aura.h
@@ -36,17 +36,17 @@ namespace gfx {
class Size;
}
-#if defined(OS_CHROMEOS)
namespace ui {
+class UserActivityDetector;
+#if defined(OS_CHROMEOS)
class UserActivityPowerManagerNotifier;
-}
#endif
+}
namespace wm {
class CompoundEventFilter;
class CursorManager;
class InputMethodEventFilter;
-class UserActivityDetector;
}
namespace extensions {
@@ -128,7 +128,7 @@ class ShellDesktopControllerAura
scoped_ptr<wm::CursorManager> cursor_manager_;
- scoped_ptr<wm::UserActivityDetector> user_activity_detector_;
+ scoped_ptr<ui::UserActivityDetector> user_activity_detector_;
#if defined(OS_CHROMEOS)
scoped_ptr<ui::UserActivityPowerManagerNotifier> user_activity_notifier_;
#endif
« no previous file with comments | « chrome/browser/idle_chromeos.cc ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698