| Index: ash/metrics/user_metrics_action.h
|
| diff --git a/ash/common/metrics/user_metrics_action.h b/ash/metrics/user_metrics_action.h
|
| similarity index 97%
|
| rename from ash/common/metrics/user_metrics_action.h
|
| rename to ash/metrics/user_metrics_action.h
|
| index 0c6917a0d9da985478cd054539672a9e4ba5a7cf..e76b61319cf68be686ba96443bf1d8a88c9e47b1 100644
|
| --- a/ash/common/metrics/user_metrics_action.h
|
| +++ b/ash/metrics/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_COMMON_METRICS_USER_METRICS_ACTION_H_
|
| -#define ASH_COMMON_METRICS_USER_METRICS_ACTION_H_
|
| +#ifndef ASH_METRICS_USER_METRICS_ACTION_H_
|
| +#define ASH_METRICS_USER_METRICS_ACTION_H_
|
|
|
| namespace ash {
|
|
|
| @@ -147,4 +147,4 @@ enum UserMetricsAction {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_METRICS_USER_METRICS_ACTION_H_
|
| +#endif // ASH_METRICS_USER_METRICS_ACTION_H_
|
|
|