| Index: ash/wm/common/default_state.h
|
| diff --git a/ash/wm/default_state.h b/ash/wm/common/default_state.h
|
| similarity index 94%
|
| rename from ash/wm/default_state.h
|
| rename to ash/wm/common/default_state.h
|
| index 6d81d7e57add7dc282e2bc786ec1220479049d0c..8e5be0139010752ad3eb2232b22f2ad615aadd3a 100644
|
| --- a/ash/wm/default_state.h
|
| +++ b/ash/wm/common/default_state.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_DEFAULT_STATE_H_
|
| -#define ASH_WM_DEFAULT_STATE_H_
|
| +#ifndef ASH_WM_COMMON_DEFAULT_STATE_H_
|
| +#define ASH_WM_COMMON_DEFAULT_STATE_H_
|
|
|
| -#include "ash/wm/window_state.h"
|
| +#include "ash/wm/common/window_state.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/display.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -79,4 +79,4 @@ class DefaultState : public WindowState::State {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_DEFAULT_STATE_H_
|
| +#endif // ASH_WM_COMMON_DEFAULT_STATE_H_
|
|
|