#ifndef COMPONENTS_MEDIA_ROUTER_BROWSER_PRESENTATION_START_PRESENTATION_CONTEXT_H_
#define COMPONENTS_MEDIA_ROUTER_BROWSER_PRESENTATION_START_PRESENTATION_CONTEXT_H_
#include "base/functional/callback.h"
#include "components/media_router/common/mojom/media_router.mojom-forward.h"
#include "content/public/browser/presentation_request.h"
#include "content/public/browser/presentation_service_delegate.h"
namespace content {
struct PresentationRequest;
}
namespace media_router {
class MediaRoute;
class RouteRequestResult;
class StartPresentationContext { … };
}
#endif