blob: 4a30fe65d6d4a46f7880c0cecd0618eed237b2e0 [file] [log] [blame]
// 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/public/cpp/shelf_item.h"
namespace ash {
ShelfItem::ShelfItem() = default;
ShelfItem::ShelfItem(const ShelfItem& shelf_item) = default;
ShelfItem::~ShelfItem() = default;
} // namespace ash