| Index: ash/common/shelf/shelf_model.cc
|
| diff --git a/ash/common/shelf/shelf_model.cc b/ash/common/shelf/shelf_model.cc
|
| index e5254194943251de107a35898f92308d4c35c6c1..a68447588ef940cf69fbaea5d4fdcd7b25dacd86 100644
|
| --- a/ash/common/shelf/shelf_model.cc
|
| +++ b/ash/common/shelf/shelf_model.cc
|
| @@ -43,7 +43,7 @@ bool CompareByWeight(const ShelfItem& a, const ShelfItem& b) {
|
|
|
| } // namespace
|
|
|
| -ShelfModel::ShelfModel() : next_id_(1), status_(STATUS_NORMAL) {}
|
| +ShelfModel::ShelfModel() : next_id_(1) {}
|
|
|
| ShelfModel::~ShelfModel() {}
|
|
|
|
|