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

Unified Diff: ash/wm/toplevel_window_event_handler.h

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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
Index: ash/wm/toplevel_window_event_handler.h
diff --git a/ash/wm/toplevel_window_event_handler.h b/ash/wm/toplevel_window_event_handler.h
index 4a46efdcde026b18ddc96163e6c9d949c17ab555..ba1883ead0c1d105b7fdf4cb6342060d385949c2 100644
--- a/ash/wm/toplevel_window_event_handler.h
+++ b/ash/wm/toplevel_window_event_handler.h
@@ -30,7 +30,7 @@ class ASH_EXPORT ToplevelWindowEventHandler
: public ui::EventHandler,
public aura::client::WindowMoveClient {
public:
- explicit ToplevelWindowEventHandler(wm::WmGlobals* globals);
+ explicit ToplevelWindowEventHandler(WmShell* shell);
~ToplevelWindowEventHandler() override;
// Overridden from ui::EventHandler:

Powered by Google App Engine
This is Rietveld 408576698