| Index: ash/wm/common/workspace/workspace_types.h
|
| diff --git a/ash/wm/workspace/workspace_types.h b/ash/wm/common/workspace/workspace_types.h
|
| similarity index 76%
|
| rename from ash/wm/workspace/workspace_types.h
|
| rename to ash/wm/common/workspace/workspace_types.h
|
| index 9572a328d8b648f00d1abd04f00ad7411f6f9710..dadd70f1d2bf37a39cf9b8163df373728d353822 100644
|
| --- a/ash/wm/workspace/workspace_types.h
|
| +++ b/ash/wm/common/workspace/workspace_types.h
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_WORKSPACE_WORKSPACE_TYPES_H_
|
| -#define ASH_WM_WORKSPACE_WORKSPACE_TYPES_H_
|
| +#ifndef ASH_WM_COMMON_WORKSPACE_WORKSPACE_TYPES_H_
|
| +#define ASH_WM_COMMON_WORKSPACE_WORKSPACE_TYPES_H_
|
|
|
| namespace ash {
|
| +namespace wm {
|
|
|
| // Enumeration of the possible window states.
|
| enum WorkspaceWindowState {
|
| @@ -22,6 +23,7 @@ enum WorkspaceWindowState {
|
| WORKSPACE_WINDOW_STATE_DEFAULT,
|
| };
|
|
|
| +} // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_WORKSPACE_WORKSPACE_TYPES_H_
|
| +#endif // ASH_WM_COMMON_WORKSPACE_WORKSPACE_TYPES_H_
|
|
|