blob: cb7958fee82903ca71661bd43960efc9353dd994 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// 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_ui_info.h"
namespace ash {
ScrollableShelfInfo::ScrollableShelfInfo() = default;
ScrollableShelfInfo::ScrollableShelfInfo(const ScrollableShelfInfo& rhs) =
default;
ScrollableShelfInfo& ScrollableShelfInfo::operator=(
const ScrollableShelfInfo& rhs) = default;
ScrollableShelfInfo::~ScrollableShelfInfo() = default;
} // namespace ash