Index: ash/common/shelf/shelf_layout_manager_observer.h |
diff --git a/ash/common/shelf/shelf_layout_manager_observer.h b/ash/common/shelf/shelf_layout_manager_observer.h |
index fd9711b489cf51de8575effab0094d9bee4d48f7..00d03b13390ec42777dc602c152bf8ccc7c9d71a 100644 |
--- a/ash/common/shelf/shelf_layout_manager_observer.h |
+++ b/ash/common/shelf/shelf_layout_manager_observer.h |
@@ -6,11 +6,13 @@ |
#define ASH_COMMON_SHELF_SHELF_LAYOUT_MANAGER_OBSERVER_H_ |
#include "ash/ash_export.h" |
-#include "ash/common/wm/background_animator.h" |
+#include "ash/common/shelf/shelf_background_animator.h" |
#include "ash/public/cpp/shelf_types.h" |
namespace ash { |
+enum class AnimationChangeType; |
+ |
class ASH_EXPORT ShelfLayoutManagerObserver { |
public: |
virtual ~ShelfLayoutManagerObserver() {} |
@@ -26,7 +28,7 @@ class ASH_EXPORT ShelfLayoutManagerObserver { |
// Called when shelf background animation is started. |
virtual void OnBackgroundUpdated(ShelfBackgroundType background_type, |
- BackgroundAnimatorChangeType change_type) {} |
+ AnimationChangeType change_type) {} |
}; |
} // namespace ash |