Index: ui/app_list/app_list_constants.cc |
diff --git a/ui/app_list/app_list_constants.cc b/ui/app_list/app_list_constants.cc |
index 477b8e2bf80bd3071b08fb938f361ed9fa5d1a47..46c1aa416d81fd2138892adb50cfa2158c00b35c 100644 |
--- a/ui/app_list/app_list_constants.cc |
+++ b/ui/app_list/app_list_constants.cc |
@@ -64,7 +64,7 @@ const gfx::Tween::Type kFolderFadeOutTweenType = gfx::Tween::FAST_OUT_LINEAR_IN; |
// Preferred number of columns and rows in apps grid. |
const int kPreferredCols = 4; |
const int kPreferredRows = 4; |
-const int kPreferredIconDimension = 48; |
+const int kGridIconDimension = 48; |
// Preferred number of columns and rows in the experimental app list apps grid. |
const int kExperimentalPreferredCols = 6; |