| Index: ash/shelf/shelf_item_types.cc
|
| diff --git a/ash/shelf/shelf_item_types.cc b/ash/shelf/shelf_item_types.cc
|
| index 609e7bdfa046a0057146d83111bb687f4608acd4..2e312bfcc07c3bb321d557fc2faea77cef8adbd2 100644
|
| --- a/ash/shelf/shelf_item_types.cc
|
| +++ b/ash/shelf/shelf_item_types.cc
|
| @@ -8,6 +8,15 @@
|
|
|
| namespace ash {
|
|
|
| +ShelfItem::ShelfItem()
|
| + : type(TYPE_UNDEFINED),
|
| + id(kInvalidShelfID),
|
| + status(STATUS_CLOSED) {
|
| +}
|
| +
|
| +ShelfItem::~ShelfItem() {
|
| +}
|
| +
|
| ShelfItemDetails::ShelfItemDetails()
|
| : type(TYPE_UNDEFINED),
|
| image_resource_id(kInvalidImageResourceID) {
|
|
|