cros: Move AshTouchExplorationManager into //ash/accessibility
Rename the class to TouchExplorationManager, since it's already
ash-only and there are no other such managers.
Remove the _chromeos suffix from the file, since ash is chromeos only
these days.
This code probably dates back to when ash ran on Windows. Some of this
class could be collapsed with TouchExplorationController.
Bug: none
Test: ash_unittests
Change-Id: Id6e81d60e32ff27bccaf4f3d231e463c4c4eb747
Reviewed-on: https://chromium-review.googlesource.com/956536
Commit-Queue: James Cook <[email protected]>
Reviewed-by: David Tseng <[email protected]>
Cr-Commit-Position: refs/heads/master@{#542124}
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index ca51a83..76452d61 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -45,7 +45,6 @@
namespace ash {
class AlwaysOnTopController;
-class AshTouchExplorationManager;
class AshWindowTreeHost;
class LockScreenActionBackgroundController;
enum class LoginStatus;
@@ -58,6 +57,7 @@
class SystemModalContainerLayoutManager;
class SystemTray;
class SystemWallpaperController;
+class TouchExplorationManager;
class TouchHudDebug;
class TouchHudProjection;
class WallpaperWidgetController;
@@ -312,7 +312,7 @@
// Responsible for initializing TouchExplorationController when spoken
// feedback is on.
- std::unique_ptr<AshTouchExplorationManager> touch_exploration_manager_;
+ std::unique_ptr<TouchExplorationManager> touch_exploration_manager_;
// Heads-up displays for touch events. These HUDs are not owned by the root
// window controller and manage their own lifetimes.