Index: ash/common/shelf/shelf_model.cc |
diff --git a/ash/common/shelf/shelf_model.cc b/ash/common/shelf/shelf_model.cc |
index 5d7e7245247bcafd1d553e19766ff94198970903..04705e42bba10079bad171eca6d54d0ad960a08c 100644 |
--- a/ash/common/shelf/shelf_model.cc |
+++ b/ash/common/shelf/shelf_model.cc |
@@ -28,8 +28,6 @@ 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; |