| Index: ash/common/wm/workspace/workspace_layout_manager_delegate.h
|
| diff --git a/ash/wm/common/workspace/workspace_layout_manager_delegate.h b/ash/common/wm/workspace/workspace_layout_manager_delegate.h
|
| similarity index 77%
|
| rename from ash/wm/common/workspace/workspace_layout_manager_delegate.h
|
| rename to ash/common/wm/workspace/workspace_layout_manager_delegate.h
|
| index e0ffb40930f1b0367220276c484e6c9fbd613ad1..7abc623180045412346f9ae14e0880c477f2c034 100644
|
| --- a/ash/wm/common/workspace/workspace_layout_manager_delegate.h
|
| +++ b/ash/common/wm/workspace/workspace_layout_manager_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_WM_COMMON_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
|
| -#define ASH_WM_COMMON_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
|
| +#ifndef ASH_COMMON_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
|
| +#define ASH_COMMON_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
|
|
|
| #include "ash/ash_export.h"
|
|
|
| @@ -24,4 +24,4 @@ class ASH_EXPORT WorkspaceLayoutManagerDelegate {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
|
| +#endif // ASH_COMMON_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
|
|
|