chromium/chrome/browser/ui/views/side_panel/side_panel_model_host.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/views/side_panel/side_panel_model_host.h"

#include "ui/views/background.h"
#include "ui/views/border.h"
#include "ui/views/bubble/bubble_dialog_model_host.h"
#include "ui/views/controls/label.h"
#include "ui/views/controls/scroll_view.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/layout/box_layout_view.h"
#include "ui/views/view_class_properties.h"

SidePanelModelHost::SidePanelModelHost(std::unique_ptr<SidePanelModel> model)
    :{}

void SidePanelModelHost::AddCard(ui::DialogModelSection* card) {}

SidePanelModelHost::~SidePanelModelHost() {}