chromium/components/page_info/page_info_ui_delegate.h

// 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.

#ifndef COMPONENTS_PAGE_INFO_PAGE_INFO_UI_DELEGATE_H_
#define COMPONENTS_PAGE_INFO_PAGE_INFO_UI_DELEGATE_H_

#include <optional>

#include "build/build_config.h"
#include "components/content_settings/core/common/content_settings_types.h"
#include "content/public/browser/permission_result.h"

namespace blink {
enum class PermissionType;
}

class PageInfoUiDelegate {};

#endif  // COMPONENTS_PAGE_INFO_PAGE_INFO_UI_DELEGATE_H_