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..d64d5b4233c0aaf2f2d3523b634a813f91853350 100644 | 
| --- a/ui/app_list/app_list_constants.cc | 
| +++ b/ui/app_list/app_list_constants.cc | 
| @@ -9,6 +9,10 @@ | 
| namespace app_list { | 
| +namespace fullscreen_constants { | 
| +const size_t kNumStartPageTiles = 5; | 
| 
 
msw
2017/06/06 17:56:31
ditto, move this assignment down to match the move
 
newcomer
2017/06/06 23:26:27
Done.
 
 | 
| +} // namespace fullscreen_constants | 
| + | 
| const SkColor kContentsBackgroundColor = SkColorSetRGB(0xF2, 0xF2, 0xF2); | 
| const SkColor kSearchBoxBackground = SK_ColorWHITE; |