Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9298)

Unified Diff: ash/shelf/shelf_item_types.cc

Issue 152223002: Renames LauncherID, LauncherItem and LauncherItems... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OWNERS Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shelf/shelf_item_types.h ('k') | ash/shelf/shelf_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « ash/shelf/shelf_item_types.h ('k') | ash/shelf/shelf_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698