| Index: ash/wm/overview/cleanup_animation_observer.h
|
| diff --git a/ash/common/wm/overview/cleanup_animation_observer.h b/ash/wm/overview/cleanup_animation_observer.h
|
| similarity index 83%
|
| rename from ash/common/wm/overview/cleanup_animation_observer.h
|
| rename to ash/wm/overview/cleanup_animation_observer.h
|
| index a3ad4ffd157f8e1adf6c32e64cc7decd1689604d..06e5757e4732c5043743e9a64438672d0f3430d4 100644
|
| --- a/ash/common/wm/overview/cleanup_animation_observer.h
|
| +++ b/ash/wm/overview/cleanup_animation_observer.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_WM_OVERVIEW_CLEANUP_ANIMATION_OBSERVER_H_
|
| -#define ASH_COMMON_WM_OVERVIEW_CLEANUP_ANIMATION_OBSERVER_H_
|
| +#ifndef ASH_WM_OVERVIEW_CLEANUP_ANIMATION_OBSERVER_H_
|
| +#define ASH_WM_OVERVIEW_CLEANUP_ANIMATION_OBSERVER_H_
|
|
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/wm/overview/window_selector_delegate.h"
|
| +#include "ash/wm/overview/window_selector_delegate.h"
|
| #include "base/macros.h"
|
| #include "ui/compositor/layer_animation_observer.h"
|
|
|
| @@ -45,4 +45,4 @@ class ASH_EXPORT CleanupAnimationObserver
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_WM_OVERVIEW_CLEANUP_ANIMATION_OBSERVER_H_
|
| +#endif // ASH_WM_OVERVIEW_CLEANUP_ANIMATION_OBSERVER_H_
|
|
|