Index: ash/wm/common/window_positioner.h |
diff --git a/ash/wm/window_positioner.h b/ash/wm/common/window_positioner.h |
similarity index 94% |
rename from ash/wm/window_positioner.h |
rename to ash/wm/common/window_positioner.h |
index 6aab609d4a40a324c66502eca2b4f5f64f884754..fb41c5a16c7ff40aa57ccd05704792d22a3fbe2c 100644 |
--- a/ash/wm/window_positioner.h |
+++ b/ash/wm/common/window_positioner.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_WM_WINDOW_POSITIONER_H_ |
-#define ASH_WM_WINDOW_POSITIONER_H_ |
+#ifndef ASH_WM_COMMON_WINDOW_POSITIONER_H_ |
+#define ASH_WM_COMMON_WINDOW_POSITIONER_H_ |
#include "ash/ash_export.h" |
#include "base/macros.h" |
@@ -103,8 +103,8 @@ class ASH_EXPORT WindowPositioner { |
const gfx::Rect& work_area); |
// Align the location to the grid / snap to the right / bottom corner. |
- gfx::Rect AlignPopupPosition(const gfx::Rect &pos, |
- const gfx::Rect &work_area, |
+ gfx::Rect AlignPopupPosition(const gfx::Rect& pos, |
+ const gfx::Rect& work_area, |
int grid); |
// Constant exposed for unittest. |
@@ -130,4 +130,4 @@ class ASH_EXPORT WindowPositioner { |
} // namespace ash |
-#endif // ASH_WM_WINDOW_POSITIONER_H_ |
+#endif // ASH_WM_COMMON_WINDOW_POSITIONER_H_ |