Chromium Code Reviews| Index: ash/shelf/shelf_model.cc | 
| diff --git a/ash/shelf/shelf_model.cc b/ash/shelf/shelf_model.cc | 
| index 1952cd5f4f755a2fb3d0c1d986635412d6eaf9dc..4f00683d79f58c35aedfb1d61e85dedf37492e4a 100644 | 
| --- a/ash/shelf/shelf_model.cc | 
| +++ b/ash/shelf/shelf_model.cc | 
| @@ -29,6 +29,8 @@ int ShelfItemTypeToWeight(ShelfItemType type) { | 
| return 3; | 
| case TYPE_APP_PANEL: | 
| return 4; | 
| + case TYPE_IME_MENU: | 
| + return 5; | 
| case TYPE_UNDEFINED: | 
| NOTREACHED() << "ShelfItemType must be set"; | 
| return -1; |