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 74fce98b5eddf8bd0cd69f6b38231eba620ee426..36baad1d4588c89a8ddc2920d0ede2af568dc34d 100644 |
--- a/ash/common/shelf/shelf_item_types.cc |
+++ b/ash/common/shelf/shelf_item_types.cc |
@@ -7,6 +7,7 @@ |
namespace ash { |
ShelfItem::ShelfItem() {} |
+ShelfItem::ShelfItem(const ShelfItem& shelf_item) = default; |
ShelfItem::~ShelfItem() {} |
} // namespace ash |