| 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 3aa581d524c391c2c398f0fd0055e127bb768781..04f4f21d032503f482c9949df0589d27a5b4e725 100644
|
| --- a/ash/common/shelf/shelf_item_types.cc
|
| +++ b/ash/common/shelf/shelf_item_types.cc
|
| @@ -9,20 +9,13 @@
|
| namespace ash {
|
|
|
| ShelfItem::ShelfItem()
|
| - : type(TYPE_UNDEFINED),
|
| - id(kInvalidShelfID),
|
| - status(STATUS_CLOSED) {
|
| -}
|
| + : type(TYPE_UNDEFINED), id(kInvalidShelfID), status(STATUS_CLOSED) {}
|
|
|
| -ShelfItem::~ShelfItem() {
|
| -}
|
| +ShelfItem::~ShelfItem() {}
|
|
|
| ShelfItemDetails::ShelfItemDetails()
|
| - : type(TYPE_UNDEFINED),
|
| - image_resource_id(kInvalidImageResourceID) {
|
| -}
|
| + : type(TYPE_UNDEFINED), image_resource_id(kInvalidImageResourceID) {}
|
|
|
| -ShelfItemDetails::~ShelfItemDetails() {
|
| -}
|
| +ShelfItemDetails::~ShelfItemDetails() {}
|
|
|
| } // namespace ash
|
|
|