| Index: ash/wm/common/wm_types.cc
|
| diff --git a/ash/wm/wm_types.cc b/ash/wm/common/wm_types.cc
|
| similarity index 95%
|
| rename from ash/wm/wm_types.cc
|
| rename to ash/wm/common/wm_types.cc
|
| index 6677faf1498bd179d592e3cf882bc8a603193565..b7ea734130ebbbca4f0247cf6e854d0bd307577a 100644
|
| --- a/ash/wm/wm_types.cc
|
| +++ b/ash/wm/common/wm_types.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/wm_types.h"
|
| +#include "ash/wm/common/wm_types.h"
|
|
|
| #include "base/logging.h"
|
|
|
| @@ -47,7 +47,7 @@ ui::WindowShowState ToWindowShowState(WindowStateType type) {
|
|
|
| bool IsMaximizedOrFullscreenWindowStateType(WindowStateType type) {
|
| return type == WINDOW_STATE_TYPE_MAXIMIZED ||
|
| - type == WINDOW_STATE_TYPE_FULLSCREEN;
|
| + type == WINDOW_STATE_TYPE_FULLSCREEN;
|
| }
|
|
|
| } // namespace wm
|
|
|