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..e2482b488a44b396f3da0a91cb755cbdb211e9fb 100644 |
--- a/ash/common/shelf/shelf_layout_manager_observer.h |
+++ b/ash/common/shelf/shelf_layout_manager_observer.h |
@@ -6,8 +6,9 @@ |
#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" |
+#include "ui/gfx/animation/animation_change_type.h" |
namespace ash { |
@@ -26,7 +27,7 @@ class ASH_EXPORT ShelfLayoutManagerObserver { |
// Called when shelf background animation is started. |
virtual void OnBackgroundUpdated(ShelfBackgroundType background_type, |
- BackgroundAnimatorChangeType change_type) {} |
+ gfx::AnimationChangeType change_type) {} |
}; |
} // namespace ash |