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

Unified Diff: ash/wm/drag_details.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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
« no previous file with comments | « ash/wm/dock/docked_window_resizer_unittest.cc ('k') | ash/wm/drag_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/drag_details.h
diff --git a/ash/common/wm/drag_details.h b/ash/wm/drag_details.h
similarity index 91%
rename from ash/common/wm/drag_details.h
rename to ash/wm/drag_details.h
index 0ea810d1454412775701d33f1381caa528ba3ee9..6f7d596f57b4988c3ba5c3cdcf452000d76a5361 100644
--- a/ash/common/wm/drag_details.h
+++ b/ash/wm/drag_details.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_COMMON_WM_DRAG_DETAILS_H_
-#define ASH_COMMON_WM_DRAG_DETAILS_H_
+#ifndef ASH_WM_DRAG_DETAILS_H_
+#define ASH_WM_DRAG_DETAILS_H_
#include "ash/ash_export.h"
-#include "ash/common/wm/wm_types.h"
+#include "ash/wm/wm_types.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/wm/public/window_move_client.h"
@@ -61,4 +61,4 @@ struct ASH_EXPORT DragDetails {
} // namespace ash
-#endif // ASH_COMMON_WM_DRAG_DETAILS_H_
+#endif // ASH_WM_DRAG_DETAILS_H_
« no previous file with comments | « ash/wm/dock/docked_window_resizer_unittest.cc ('k') | ash/wm/drag_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698