#ifndef CHROME_BROWSER_UI_DOWNLOAD_DOWNLOAD_BUBBLE_SECURITY_VIEW_INFO_H_
#define CHROME_BROWSER_UI_DOWNLOAD_DOWNLOAD_BUBBLE_SECURITY_VIEW_INFO_H_
#include "base/scoped_observation.h"
#include "chrome/browser/download/download_ui_model.h"
#include "chrome/browser/ui/download/download_bubble_info.h"
#include "chrome/browser/ui/download/download_bubble_info_utils.h"
#include "components/offline_items_collection/core/fail_state.h"
class DownloadBubbleSecurityViewInfoObserver : public base::CheckedObserver { … };
class DownloadBubbleSecurityViewInfo
: public DownloadBubbleInfo<DownloadBubbleSecurityViewInfoObserver>,
public download::DownloadItem::Observer { … };
#endif