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

Unified Diff: ash/common/wm/drag_details.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/common/wm/drag_details.h
diff --git a/ash/common/wm/drag_details.h b/ash/common/wm/drag_details.h
index 05c597298d7e539a1c614d22075afd0351aac7f9..1ced3d9a894ff8102b30404edb9e03c6c2a05833 100644
--- a/ash/common/wm/drag_details.h
+++ b/ash/common/wm/drag_details.h
@@ -16,13 +16,14 @@ class Window;
namespace ash {
-namespace wm {
class WmWindow;
+
+namespace wm {
class WindowState;
}
struct ASH_EXPORT DragDetails {
- DragDetails(wm::WmWindow* window,
+ DragDetails(WmWindow* window,
const gfx::Point& location,
int window_component,
// TODO(sky): make wm type.

Powered by Google App Engine
This is Rietveld 408576698