chromium/ui/webui/examples/browser/ui/web/webshell_guest_view.h

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

#ifndef UI_WEBUI_EXAMPLES_BROWSER_UI_WEB_WEBSHELL_GUEST_VIEW_H_
#define UI_WEBUI_EXAMPLES_BROWSER_UI_WEB_WEBSHELL_GUEST_VIEW_H_

#include "base/types/pass_key.h"
#include "components/guest_view/browser/guest_view_message_handler.h"
#include "mojo/public/cpp/bindings/pending_associated_receiver.h"

namespace webui_examples {

class WebshellGuestView : public guest_view::GuestViewMessageHandler {};

}  // namespace webui_examples

#endif  // UI_WEBUI_EXAMPLES_BROWSER_UI_WEB_WEBSHELL_GUEST_VIEW_H_