Index: ash/common/shelf/wm_shelf_observer.h |
diff --git a/ash/common/shelf/wm_shelf_observer.h b/ash/common/shelf/wm_shelf_observer.h |
index 808b9952b698046ab637ddde0117af57cab4990c..d137692452cb848f9c368c5599e1159dc408adb2 100644 |
--- a/ash/common/shelf/wm_shelf_observer.h |
+++ b/ash/common/shelf/wm_shelf_observer.h |
@@ -6,17 +6,17 @@ |
#define ASH_COMMON_SHELF_WM_SHELF_OBSERVER_H_ |
#include "ash/ash_export.h" |
-#include "ash/common/wm/background_animator.h" |
#include "ash/public/cpp/shelf_types.h" |
namespace ash { |
+enum class AnimationChangeType; |
+ |
// Used to observe changes to the shelf. |
class ASH_EXPORT WmShelfObserver { |
public: |
- virtual void OnBackgroundTypeChanged( |
- ShelfBackgroundType background_type, |
- BackgroundAnimatorChangeType change_type) {} |
+ virtual void OnBackgroundTypeChanged(ShelfBackgroundType background_type, |
+ AnimationChangeType change_type) {} |
virtual void WillChangeVisibilityState(ShelfVisibilityState new_state) {} |
virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) {} |
virtual void OnShelfIconPositionsChanged() {} |