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

Unified Diff: ash/wm/drag_window_controller.cc

Issue 2629643002: chromeos: Renames WmWindowAura to WmWindow (Closed)
Patch Set: unnecessary casts 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
Index: ash/wm/drag_window_controller.cc
diff --git a/ash/wm/drag_window_controller.cc b/ash/wm/drag_window_controller.cc
index 7811cb9858664ff56e6462f3ba5f2e791a3ba843..984a5b7f690732a98fbfa66e6f65974310be03d8 100644
--- a/ash/wm/drag_window_controller.cc
+++ b/ash/wm/drag_window_controller.cc
@@ -6,7 +6,7 @@
#include <algorithm>
-#include "ash/aura/wm_window_aura.h"
+#include "ash/common/wm_window.h"
James Cook 2017/01/12 20:45:57 It doesn't look like WmWindow is used in this file
sky 2017/01/12 20:58:27 Done.
#include "ash/display/window_tree_host_manager.h"
#include "ash/public/cpp/shell_window_ids.h"
#include "ash/screen_util.h"

Powered by Google App Engine
This is Rietveld 408576698