| Index: ui/app_list/pagination_model.cc
|
| diff --git a/ui/app_list/pagination_model.cc b/ui/app_list/pagination_model.cc
|
| index fcd1d46687aa179e85eb8d3adc2cff2d3a2adba0..c3315760d91cb70f13726b34408a43c1c407a589 100644
|
| --- a/ui/app_list/pagination_model.cc
|
| +++ b/ui/app_list/pagination_model.cc
|
| @@ -41,7 +41,7 @@ void PaginationModel::SelectPage(int page, bool animate) {
|
| // -1 and |total_pages_| are valid target page for animation.
|
| DCHECK(page >= -1 && page <= total_pages_);
|
|
|
| - if (!transition_animation_.get()) {
|
| + if (!transition_animation_) {
|
| if (page == selected_page_)
|
| return;
|
|
|
|
|