chromium/chrome/browser/ui/views/web_apps/web_app_icon_name_and_origin_view.h

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

#ifndef CHROME_BROWSER_UI_VIEWS_WEB_APPS_WEB_APP_ICON_NAME_AND_ORIGIN_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_WEB_APPS_WEB_APP_ICON_NAME_AND_ORIGIN_VIEW_H_

#include <memory>
#include <string>

#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/views/view.h"

namespace gfx {
class ImageSkia;
}  // namespace gfx

class GURL;

class WebAppIconNameAndOriginView : public views::View {};

#endif  // CHROME_BROWSER_UI_VIEWS_WEB_APPS_WEB_APP_ICON_NAME_AND_ORIGIN_VIEW_H_