| Index: ui/app_list/views/apps_grid_view.cc
 | 
| diff --git a/ui/app_list/views/apps_grid_view.cc b/ui/app_list/views/apps_grid_view.cc
 | 
| index ea4829ab9e60b236adb42a163e290a882c471698..9b32f2e88fec40346811f2212d51c3ad05a95924 100644
 | 
| --- a/ui/app_list/views/apps_grid_view.cc
 | 
| +++ b/ui/app_list/views/apps_grid_view.cc
 | 
| @@ -841,7 +841,7 @@ bool AppsGridView::IsAnimatingView(views::View* view) {
 | 
|    return bounds_animator_.IsAnimating(view);
 | 
|  }
 | 
|  
 | 
| -gfx::Size AppsGridView::GetPreferredSize() {
 | 
| +gfx::Size AppsGridView::GetPreferredSize() const {
 | 
|    const gfx::Insets insets(GetInsets());
 | 
|    const gfx::Size tile_size = gfx::Size(kPreferredTileWidth,
 | 
|                                          kPreferredTileHeight);
 | 
| 
 |