| Index: ash/common/wm/wm_user_metrics_action.h
|
| diff --git a/ash/wm/common/wm_user_metrics_action.h b/ash/common/wm/wm_user_metrics_action.h
|
| similarity index 81%
|
| rename from ash/wm/common/wm_user_metrics_action.h
|
| rename to ash/common/wm/wm_user_metrics_action.h
|
| index 695937ac3579ee33d74625192398b85866b0eabb..eedb9b29bf661c9e98cebf169d50c444cbd50c27 100644
|
| --- a/ash/wm/common/wm_user_metrics_action.h
|
| +++ b/ash/common/wm/wm_user_metrics_action.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_WM_USER_METRICS_ACTION_H_
|
| -#define ASH_WM_COMMON_WM_USER_METRICS_ACTION_H_
|
| +#ifndef ASH_COMMON_WM_WM_USER_METRICS_ACTION_H_
|
| +#define ASH_COMMON_WM_WM_USER_METRICS_ACTION_H_
|
|
|
| namespace ash {
|
| namespace wm {
|
| @@ -25,4 +25,4 @@ enum class WmUserMetricsAction {
|
| } // namespace wm
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_COMMON_WM_USER_METRICS_ACTION_H_
|
| +#endif // ASH_COMMON_WM_WM_USER_METRICS_ACTION_H_
|
|
|