blob: be444148a1e1c0020084ef6184884cc14993ef19 [file] [log] [blame]
// Copyright 2018 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 "chrome/browser/apps/app_service/app_shortcut_item.h"
namespace apps {
AppShortcutItem::AppShortcutItem() = default;
AppShortcutItem::AppShortcutItem(const AppShortcutItem& item) = default;
AppShortcutItem::~AppShortcutItem() = default;
} // namespace apps