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

Unified Diff: ash/mus/move_event_handler.h

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: feedback 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/disconnected_app_handler.cc ('k') | ash/mus/move_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/move_event_handler.h
diff --git a/ash/mus/move_event_handler.h b/ash/mus/move_event_handler.h
index 104b74eb5263d968cebbfd705d4fa644eb8f2ca4..754882b39f8c8e1000df9dc483ffb804ea1584a5 100644
--- a/ash/mus/move_event_handler.h
+++ b/ash/mus/move_event_handler.h
@@ -23,7 +23,7 @@ class CancelModeEvent;
namespace ash {
-class WmWindowAura;
+class WmWindow;
namespace mus {
@@ -75,7 +75,7 @@ class MoveEventHandler : public ui::EventHandler, public aura::WindowObserver {
// Overridden from aura::WindowObserver:
void OnWindowDestroying(aura::Window* window) override;
- ash::WmWindowAura* wm_window_;
+ WmWindow* wm_window_;
aura::WindowManagerClient* window_manager_client_;
wm::WmToplevelWindowEventHandler toplevel_window_event_handler_;
« no previous file with comments | « ash/mus/disconnected_app_handler.cc ('k') | ash/mus/move_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698