| Index: ash/common/shelf/shelf_item_types.cc
|
| diff --git a/ash/common/shelf/shelf_item_types.cc b/ash/common/shelf/shelf_item_types.cc
|
| index 04f4f21d032503f482c9949df0589d27a5b4e725..ec86132c3793462cd2f0813437131b16f3f5641a 100644
|
| --- a/ash/common/shelf/shelf_item_types.cc
|
| +++ b/ash/common/shelf/shelf_item_types.cc
|
| @@ -4,18 +4,12 @@
|
|
|
| #include "ash/common/shelf/shelf_item_types.h"
|
|
|
| -#include "ash/common/shelf/shelf_constants.h"
|
| -
|
| namespace ash {
|
|
|
| -ShelfItem::ShelfItem()
|
| - : type(TYPE_UNDEFINED), id(kInvalidShelfID), status(STATUS_CLOSED) {}
|
| -
|
| +ShelfItem::ShelfItem() {}
|
| ShelfItem::~ShelfItem() {}
|
|
|
| -ShelfItemDetails::ShelfItemDetails()
|
| - : type(TYPE_UNDEFINED), image_resource_id(kInvalidImageResourceID) {}
|
| -
|
| +ShelfItemDetails::ShelfItemDetails() {}
|
| ShelfItemDetails::~ShelfItemDetails() {}
|
|
|
| } // namespace ash
|
|
|