#include "chrome/browser/ui/download/download_bubble_contents_view_info.h"
#include "chrome/browser/ui/download/download_bubble_row_view_info.h"
DownloadBubbleContentsViewInfo::DownloadBubbleContentsViewInfo(
std::vector<DownloadUIModel::DownloadUIModelPtr> models)
: … { … }
DownloadBubbleContentsViewInfo::~DownloadBubbleContentsViewInfo() = default;
DownloadUIModel* DownloadBubbleContentsViewInfo::GetDownloadModel(
const ContentId& id) const { … }
void DownloadBubbleContentsViewInfo::InitializeSecurityView(
const ContentId& id) { … }
void DownloadBubbleContentsViewInfo::ResetSecurityView() { … }