Index: ash/common/wm/default_window_resizer.h |
diff --git a/ash/wm/common/default_window_resizer.h b/ash/common/wm/default_window_resizer.h |
similarity index 88% |
rename from ash/wm/common/default_window_resizer.h |
rename to ash/common/wm/default_window_resizer.h |
index 468dca57bd1722ca687a74ace66bdd438180e597..0af11c4f172934fc1a4744c0c011c3a5b0aab76b 100644 |
--- a/ash/wm/common/default_window_resizer.h |
+++ b/ash/common/wm/default_window_resizer.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_WM_COMMON_DEFAULT_WINDOW_RESIZER_H_ |
-#define ASH_WM_COMMON_DEFAULT_WINDOW_RESIZER_H_ |
+#ifndef ASH_COMMON_WM_DEFAULT_WINDOW_RESIZER_H_ |
+#define ASH_COMMON_WM_DEFAULT_WINDOW_RESIZER_H_ |
#include "ash/ash_export.h" |
-#include "ash/wm/common/window_resizer.h" |
+#include "ash/common/wm/window_resizer.h" |
#include "base/macros.h" |
namespace ash { |
@@ -50,4 +50,4 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer { |
} // namespace aura |
-#endif // ASH_WM_COMMON_DEFAULT_WINDOW_RESIZER_H_ |
+#endif // ASH_COMMON_WM_DEFAULT_WINDOW_RESIZER_H_ |