| Index: ash/common/wm/overview/overview_animation_type.h
|
| diff --git a/ash/wm/overview/overview_animation_type.h b/ash/common/wm/overview/overview_animation_type.h
|
| similarity index 83%
|
| rename from ash/wm/overview/overview_animation_type.h
|
| rename to ash/common/wm/overview/overview_animation_type.h
|
| index dde3a1537fbdc263e6491fb55dd0661c8ce10026..66cd60c8051c6e771279d666a18ec26c4661002f 100644
|
| --- a/ash/wm/overview/overview_animation_type.h
|
| +++ b/ash/common/wm/overview/overview_animation_type.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_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_
|
| -#define ASH_WM_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_
|
| +#ifndef ASH_COMMON_WM_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_
|
| +#define ASH_COMMON_WM_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_
|
|
|
| namespace ash {
|
|
|
| @@ -26,4 +26,4 @@ enum OverviewAnimationType {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_
|
| +#endif // ASH_COMMON_WM_OVERVIEW_OVERVIEW_ANIMATION_TYPE_H_
|
|
|