#ifndef MOJO_PUBLIC_CPP_BINDINGS_PENDING_ASSOCIATED_RECEIVER_H_
#define MOJO_PUBLIC_CPP_BINDINGS_PENDING_ASSOCIATED_RECEIVER_H_
#include <stdint.h>
#include <type_traits>
#include <utility>
#include "base/compiler_specific.h"
#include "base/task/sequenced_task_runner.h"
#include "build/build_config.h"
#include "mojo/public/cpp/bindings/lib/multiplex_router.h"
#include "mojo/public/cpp/bindings/runtime_features.h"
#include "mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h"
#include "mojo/public/cpp/system/message_pipe.h"
namespace mojo {
template <typename T>
class PendingAssociatedRemote;
template <typename T>
struct PendingAssociatedReceiverConverter;
template <typename Interface>
class PendingAssociatedReceiver { … };
class COMPONENT_EXPORT(MOJO_CPP_BINDINGS) NullAssociatedReceiver { … };
}
#include "mojo/public/cpp/bindings/pending_associated_remote.h"
namespace mojo {
template <typename Interface>
PendingAssociatedRemote<Interface>
PendingAssociatedReceiver<Interface>::InitWithNewEndpointAndPassRemote() { … }
}
#endif