#ifndef COMPONENTS_CAST_STREAMING_BROWSER_CONTROL_REMOTING_RPC_INITIALIZATION_CALL_HANDLER_BASE_H_
#define COMPONENTS_CAST_STREAMING_BROWSER_CONTROL_REMOTING_RPC_INITIALIZATION_CALL_HANDLER_BASE_H_
#include <memory>
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "media/cast/openscreen/rpc_call_message_handler.h"
#include "third_party/openscreen/src/cast/streaming/rpc_messenger.h"
namespace openscreen::cast {
class RpcMessage;
}
namespace cast_streaming::remoting {
class RpcInitializationCallHandlerBase
: public media::cast::RpcInitializationCallMessageHandler { … };
}
#endif