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 6345fdea9fa4d3c2f34e24862c7cb2e3d437a9f0..0000000000000000000000000000000000000000 |
--- a/ash/shelf/shelf_item_types.cc |
+++ /dev/null |
@@ -1,13 +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" |
- |
-namespace ash { |
- |
-ShelfItem::ShelfItem() {} |
-ShelfItem::ShelfItem(const ShelfItem& shelf_item) = default; |
-ShelfItem::~ShelfItem() {} |
- |
-} // namespace ash |