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

Unified Diff: ui/views/mus/mus_client.h

Issue 2610063002: Cleanup after removing views-mus code (Closed)
Patch Set: merge Created 3 years, 12 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 | « ui/views/mus/interactive_ui_tests_mus.cc ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/mus_client.h
diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h
index 34b2c33d1382698f2d4b398c2465dffeda0feb01..7817594a8fae7bcc07e7b58539d47689ee7742ea 100644
--- a/ui/views/mus/mus_client.h
+++ b/ui/views/mus/mus_client.h
@@ -50,7 +50,7 @@ class WMState;
namespace views {
class MusClientObserver;
-class PointerWatcherEventRouter2;
+class PointerWatcherEventRouter;
class ScreenMus;
namespace internal {
@@ -96,7 +96,7 @@ class VIEWS_MUS_EXPORT MusClient
return window_tree_client_.get();
}
- PointerWatcherEventRouter2* pointer_watcher_event_router() {
+ PointerWatcherEventRouter* pointer_watcher_event_router() {
return pointer_watcher_event_router_.get();
}
@@ -153,7 +153,7 @@ class VIEWS_MUS_EXPORT MusClient
std::unique_ptr<ui::Gpu> gpu_;
- std::unique_ptr<PointerWatcherEventRouter2> pointer_watcher_event_router_;
+ std::unique_ptr<PointerWatcherEventRouter> pointer_watcher_event_router_;
std::unique_ptr<aura::MusContextFactory> compositor_context_factory_;
« no previous file with comments | « ui/views/mus/interactive_ui_tests_mus.cc ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698