Chromium Code Reviews| Index: ash/shelf/shelf_widget.h |
| diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h |
| index 8180c162acd11bb752eeca0e65c4d36bfbf31286..f624f32e8b685c330da17ff478523d401984e830 100644 |
| --- a/ash/shelf/shelf_widget.h |
| +++ b/ash/shelf/shelf_widget.h |
| @@ -8,8 +8,9 @@ |
| #include <memory> |
| #include "ash/ash_export.h" |
| +#include "ash/common/shelf/shelf_background_animator.h" |
| +#include "ash/common/shelf/shelf_background_animator_observer.h" |
|
James Cook
2016/06/14 17:50:02
Do you need this include?
bruthig
2016/07/26 19:50:03
Removed.
|
| #include "ash/common/shelf/shelf_types.h" |
| -#include "ash/common/wm/background_animator.h" |
| #include "ash/shelf/shelf_layout_manager_observer.h" |
| #include "base/macros.h" |
| #include "ui/views/widget/widget.h" |
| @@ -111,7 +112,7 @@ class ASH_EXPORT ShelfWidget : public views::Widget, |
| // |delegate_view_| is the contents view of this widget and is cleaned up |
| // during CloseChildWindows of the associated RootWindowController. |
| DelegateView* delegate_view_; |
| - BackgroundAnimator background_animator_; |
| + ShelfBackgroundAnimator background_animator_; |
| bool activating_as_fallback_; |
| DISALLOW_COPY_AND_ASSIGN(ShelfWidget); |