Chromium Code Reviews| 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 9633deea6f1ffe33e8760fc43e53962ad4fd218c..7dc23809972c80485e211a3375eae2bff6f5b534 100644 | 
| --- a/ui/app_list/app_list_constants.cc | 
| +++ b/ui/app_list/app_list_constants.cc | 
| @@ -3,12 +3,16 @@ | 
| // found in the LICENSE file. | 
| #include "ui/app_list/app_list_constants.h" | 
| - | 
| 
 
xiyuan
2017/05/26 18:27:31
Please restore. There should be an empty line betw
 
newcomer
2017/05/26 23:20:21
Done.
 
 | 
| #include "build/build_config.h" | 
| +#include "ui/app_list/app_list_features.h" | 
| 
 
xiyuan
2017/05/26 18:27:31
unused?
 
newcomer
2017/05/26 23:20:21
You're correct. Thank you. Is there a tool for me
 
 | 
| #include "ui/gfx/color_palette.h" | 
| namespace app_list { | 
| +namespace fullscreen_constants { | 
| +const size_t kNumStartPageTiles = 5; | 
| +} // namespace fullscreen_constants | 
| + | 
| const SkColor kContentsBackgroundColor = SkColorSetRGB(0xF2, 0xF2, 0xF2); | 
| const SkColor kSearchBoxBackground = SK_ColorWHITE; |