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

Unified Diff: ash/shelf/shelf_item_types.cc

Issue 2046513003: mash: Move shelf model and item classes to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@initshelfearly
Patch Set: Created 4 years, 6 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
deleted file mode 100644
index c8dccb2fca9245d76d3c1c5d113005eb862512e4..0000000000000000000000000000000000000000
--- a/ash/shelf/shelf_item_types.cc
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ash/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() {
-}
-
-ShelfItemDetails::ShelfItemDetails()
- : type(TYPE_UNDEFINED),
- image_resource_id(kInvalidImageResourceID) {
-}
-
-ShelfItemDetails::~ShelfItemDetails() {
-}
-
-} // namespace ash
« 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