#ifndef CONTENT_PUBLIC_TEST_MOJO_CAPABILITY_CONTROL_TEST_UTIL_H_
#define CONTENT_PUBLIC_TEST_MOJO_CAPABILITY_CONTROL_TEST_UTIL_H_
#include "content/public/browser/mojo_binder_policy_map.h"
#include "content/public/test/mojo_capability_control_test_interfaces.mojom.h"
#include "mojo/public/cpp/bindings/binder_map.h"
#include "mojo/public/cpp/bindings/generic_pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
namespace content {
class RenderFrameHost;
namespace test {
class MojoCapabilityControlTestHelper : mojom::TestInterfaceForDefer,
mojom::TestInterfaceForGrant,
mojom::TestInterfaceForCancel,
mojom::TestInterfaceForUnexpected { … };
}
}
#endif