| Index: ash/common/wm/window_state.h
|
| diff --git a/ash/wm/common/window_state.h b/ash/common/wm/window_state.h
|
| similarity index 98%
|
| rename from ash/wm/common/window_state.h
|
| rename to ash/common/wm/window_state.h
|
| index 5bcb23e05271c05c6b883b905f7668fe52fe5983..3db2c8b5af057417ded2b98ddb2f9169ad92e37b 100644
|
| --- a/ash/wm/common/window_state.h
|
| +++ b/ash/common/wm/window_state.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_WINDOW_STATE_H_
|
| -#define ASH_WM_COMMON_WINDOW_STATE_H_
|
| +#ifndef ASH_COMMON_WM_WINDOW_STATE_H_
|
| +#define ASH_COMMON_WM_WINDOW_STATE_H_
|
|
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/wm/common/drag_details.h"
|
| -#include "ash/wm/common/wm_types.h"
|
| +#include "ash/common/wm/drag_details.h"
|
| +#include "ash/common/wm/wm_types.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| @@ -396,4 +396,4 @@ class ASH_EXPORT WindowState {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WINDOW_STATE_H_
|
| +#endif // ASH_COMMON_WM_WINDOW_STATE_H_
|
|
|