#ifndef COMPONENTS_GUEST_VIEW_BROWSER_GUEST_VIEW_MESSAGE_HANDLER_H_
#define COMPONENTS_GUEST_VIEW_BROWSER_GUEST_VIEW_MESSAGE_HANDLER_H_
#include <stddef.h>
#include <stdint.h>
#include <string>
#include "base/values.h"
#include "components/guest_view/common/guest_view.mojom.h"
#include "content/public/browser/global_routing_id.h"
namespace content {
class BrowserContext;
}
namespace guest_view {
class GuestViewManager;
class GuestViewManagerDelegate;
class GuestViewMessageHandler : public mojom::GuestViewHost { … };
}
#endif