| Index: ash/wm/workspace/workspace_layout_manager_delegate.h
|
| diff --git a/ash/wm/workspace/workspace_layout_manager_delegate.h b/ash/wm/workspace/workspace_layout_manager_delegate.h
|
| index a32c0283fea99e97abfbed668d9fde3e25124b67..4cd17108852388d06336359a7089c20f4cf870e3 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager_delegate.h
|
| +++ b/ash/wm/workspace/workspace_layout_manager_delegate.h
|
| @@ -16,8 +16,6 @@ namespace wm {
|
| class WindowState;
|
| }
|
|
|
| -namespace internal {
|
| -
|
| // A delegate which can be set to create and control a backdrop which gets
|
| // placed below the top level window.
|
| class WorkspaceLayoutManagerDelegate {
|
| @@ -43,7 +41,6 @@ class WorkspaceLayoutManagerDelegate {
|
| wm::WindowStateType old_type) = 0;
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_WM_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_DELEGATE_H_
|
|
|