#ifndef MOJO_PUBLIC_CPP_BINDINGS_PENDING_ASSOCIATED_REMOTE_H_
#define MOJO_PUBLIC_CPP_BINDINGS_PENDING_ASSOCIATED_REMOTE_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/associated_interface_ptr_info.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 PendingAssociatedReceiver;
template <typename T>
struct PendingAssociatedRemoteConverter;
template <typename Interface>
class PendingAssociatedRemote { … };
class COMPONENT_EXPORT(MOJO_CPP_BINDINGS) NullAssociatedRemote { … };
}
#include "mojo/public/cpp/bindings/pending_associated_receiver.h"
namespace mojo {
template <typename Interface>
PendingAssociatedReceiver<Interface>
PendingAssociatedRemote<Interface>::InitWithNewEndpointAndPassReceiver() { … }
}
#endif