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

Unified Diff: ash/common/wm/drag_details.cc

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/common/wm/drag_details.cc
diff --git a/ash/common/wm/drag_details.cc b/ash/common/wm/drag_details.cc
index 5b8b779288888c374be20f670eaa5069cf738414..c0a718873abdeba8e09897e968dfffaa5524c776 100644
--- a/ash/common/wm/drag_details.cc
+++ b/ash/common/wm/drag_details.cc
@@ -5,7 +5,7 @@
#include "ash/common/wm/drag_details.h"
#include "ash/common/wm/window_resizer.h"
-#include "ash/common/wm/wm_window.h"
+#include "ash/common/wm_window.h"
#include "ui/base/hit_test.h"
#include "ui/compositor/layer.h"
@@ -42,7 +42,7 @@ int GetSizeChangeDirectionForWindowComponent(int window_component) {
} // namespace
-DragDetails::DragDetails(wm::WmWindow* window,
+DragDetails::DragDetails(WmWindow* window,
const gfx::Point& location,
int window_component,
aura::client::WindowMoveSource source)

Powered by Google App Engine
This is Rietveld 408576698