| Index: ash/wm/default_state.h
|
| diff --git a/ash/common/wm/default_state.h b/ash/wm/default_state.h
|
| similarity index 94%
|
| rename from ash/common/wm/default_state.h
|
| rename to ash/wm/default_state.h
|
| index b7cee4c06a4e1a0c6a6ca11a0c68c3e076871a21..d48da362d21c207c19b702eebd658d365e8ce174 100644
|
| --- a/ash/common/wm/default_state.h
|
| +++ b/ash/wm/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_COMMON_WM_DEFAULT_STATE_H_
|
| -#define ASH_COMMON_WM_DEFAULT_STATE_H_
|
| +#ifndef ASH_WM_DEFAULT_STATE_H_
|
| +#define ASH_WM_DEFAULT_STATE_H_
|
|
|
| -#include "ash/common/wm/window_state.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "base/macros.h"
|
| #include "ui/display/display.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| @@ -79,4 +79,4 @@ class DefaultState : public WindowState::State {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_DEFAULT_STATE_H_
|
| +#endif // ASH_WM_DEFAULT_STATE_H_
|
|
|