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

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2610063002: Cleanup after removing views-mus code (Closed)
Patch Set: merge Created 3 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 | « ash/autoclick/mus/autoclick_application.cc ('k') | ash/mus/bridge/wm_shell_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index 62e84d5189152160b8ca263d8334f1ef28cb0b73..fc86876193060fbdd669af561fdba06fa477ce1a 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -20,7 +20,7 @@ class WindowTreeClient;
}
namespace views {
-class PointerWatcherEventRouter2;
+class PointerWatcherEventRouter;
}
namespace ash {
@@ -40,7 +40,7 @@ class WmShellMus : public WmShell,
public:
WmShellMus(std::unique_ptr<ShellDelegate> shell_delegate,
WindowManager* window_manager,
- views::PointerWatcherEventRouter2* pointer_watcher_event_router);
+ views::PointerWatcherEventRouter* pointer_watcher_event_router);
~WmShellMus() override;
static WmShellMus* Get();
@@ -133,7 +133,7 @@ class WmShellMus : public WmShell,
WindowManager* window_manager_;
- views::PointerWatcherEventRouter2* pointer_watcher_event_router_;
+ views::PointerWatcherEventRouter* pointer_watcher_event_router_;
std::vector<WmRootWindowControllerMus*> root_window_controllers_;
« no previous file with comments | « ash/autoclick/mus/autoclick_application.cc ('k') | ash/mus/bridge/wm_shell_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698