| Index: ash/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/wm_shell.h
|
| similarity index 98%
|
| rename from ash/common/wm_shell.h
|
| rename to ash/wm_shell.h
|
| index 528a61cb65d95c31693cf8933adef693a7136026..2b0a784d6d3a88cce53448d6acb213a40a672cc9 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/wm_shell.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_COMMON_WM_SHELL_H_
|
| -#define ASH_COMMON_WM_SHELL_H_
|
| +#ifndef ASH_WM_SHELL_H_
|
| +#define ASH_WM_SHELL_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -11,10 +11,10 @@
|
| #include <vector>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/metrics/gesture_action_type.h"
|
| -#include "ash/common/metrics/user_metrics_action.h"
|
| -#include "ash/common/session/session_state_observer.h"
|
| -#include "ash/common/wm/lock_state_observer.h"
|
| +#include "ash/metrics/gesture_action_type.h"
|
| +#include "ash/metrics/user_metrics_action.h"
|
| +#include "ash/session/session_state_observer.h"
|
| +#include "ash/wm/lock_state_observer.h"
|
| #include "base/observer_list.h"
|
| #include "components/ui_devtools/devtools_server.h"
|
| #include "ui/base/ui_base_types.h"
|
| @@ -557,4 +557,4 @@ class ASH_EXPORT WmShell : public SessionStateObserver,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_SHELL_H_
|
| +#endif // ASH_WM_SHELL_H_
|
|
|