| Index: ash/wm/workspace/workspace_event_handler.h
|
| diff --git a/ash/common/wm/workspace/workspace_event_handler.h b/ash/wm/workspace/workspace_event_handler.h
|
| similarity index 88%
|
| rename from ash/common/wm/workspace/workspace_event_handler.h
|
| rename to ash/wm/workspace/workspace_event_handler.h
|
| index eca5650367047c0ad8efc14a1a6976c8855718c9..d400eeb3d80c71f495ce9e3dc1fda8413916c38b 100644
|
| --- a/ash/common/wm/workspace/workspace_event_handler.h
|
| +++ b/ash/wm/workspace/workspace_event_handler.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_H_
|
| -#define ASH_COMMON_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_H_
|
| +#ifndef ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_H_
|
| +#define ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm/workspace/multi_window_resize_controller.h"
|
| +#include "ash/wm/workspace/multi_window_resize_controller.h"
|
| #include "base/macros.h"
|
|
|
| namespace ui {
|
| @@ -58,4 +58,4 @@ class ASH_EXPORT WorkspaceEventHandler {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_H_
|
| +#endif // ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_H_
|
|
|