Index: ash/wm/default_window_resizer.h |
diff --git a/ash/common/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h |
similarity index 87% |
rename from ash/common/wm/default_window_resizer.h |
rename to ash/wm/default_window_resizer.h |
index 34022ca1b990430dfed52a2315742e33960ee814..7919a638371840edcef3618b2595742fe7337ccf 100644 |
--- a/ash/common/wm/default_window_resizer.h |
+++ b/ash/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_COMMON_WM_DEFAULT_WINDOW_RESIZER_H_ |
-#define ASH_COMMON_WM_DEFAULT_WINDOW_RESIZER_H_ |
+#ifndef ASH_WM_DEFAULT_WINDOW_RESIZER_H_ |
+#define ASH_WM_DEFAULT_WINDOW_RESIZER_H_ |
#include "ash/ash_export.h" |
-#include "ash/common/wm/window_resizer.h" |
+#include "ash/wm/window_resizer.h" |
#include "base/macros.h" |
namespace ash { |
@@ -48,4 +48,4 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer { |
} // namespace aura |
-#endif // ASH_COMMON_WM_DEFAULT_WINDOW_RESIZER_H_ |
+#endif // ASH_WM_DEFAULT_WINDOW_RESIZER_H_ |