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

Unified Diff: ash/mus/window_manager.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/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 2e561e71d011f1214c084a8a2d16df8c2c2eb13d..1ef3506202645886ad12438d7902ebe1a272673c 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -33,7 +33,7 @@ class Connector;
}
namespace views {
-class PointerWatcherEventRouter2;
+class PointerWatcherEventRouter;
}
namespace wm {
@@ -188,7 +188,7 @@ class WindowManager : public aura::WindowManagerDelegate,
aura::WindowManagerClient* window_manager_client_ = nullptr;
- std::unique_ptr<views::PointerWatcherEventRouter2>
+ std::unique_ptr<views::PointerWatcherEventRouter>
pointer_watcher_event_router_;
std::unique_ptr<ShadowController> shadow_controller_;
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698