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

Unified Diff: ash/wm/toplevel_window_event_handler.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 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.cc
diff --git a/ash/wm/toplevel_window_event_handler.cc b/ash/wm/toplevel_window_event_handler.cc
index 3d4b317b275954876b40445b918b32d28cc28ed0..e115d77644d4a6382115d2b297eb551615569f35 100644
--- a/ash/wm/toplevel_window_event_handler.cc
+++ b/ash/wm/toplevel_window_event_handler.cc
@@ -24,8 +24,8 @@
namespace ash {
-ToplevelWindowEventHandler::ToplevelWindowEventHandler(WmShell* shell)
- : wm_toplevel_window_event_handler_(shell), weak_factory_(this) {}
+ToplevelWindowEventHandler::ToplevelWindowEventHandler()
+ : weak_factory_(this) {}
ToplevelWindowEventHandler::~ToplevelWindowEventHandler() {}

Powered by Google App Engine
This is Rietveld 408576698