// mojo/public/mojom/base/generic_pending_associated_receiver.mojom-test-utils.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef MOJO_PUBLIC_MOJOM_BASE_GENERIC_PENDING_ASSOCIATED_RECEIVER_MOJOM_TEST_UTILS_H_
#define MOJO_PUBLIC_MOJOM_BASE_GENERIC_PENDING_ASSOCIATED_RECEIVER_MOJOM_TEST_UTILS_H_

#include "mojo/public/mojom/base/generic_pending_associated_receiver.mojom.h"
#include "base/component_export.h"


namespace mojo_base::mojom {


class COMPONENT_EXPORT(MOJO_BASE_MOJOM) GenericAssociatedInterfaceInterceptorForTesting : public GenericAssociatedInterface {
  virtual GenericAssociatedInterface* GetForwardingInterface() = 0;
};
class COMPONENT_EXPORT(MOJO_BASE_MOJOM) GenericAssociatedInterfaceAsyncWaiter {
 public:
  explicit GenericAssociatedInterfaceAsyncWaiter(GenericAssociatedInterface* proxy);

  GenericAssociatedInterfaceAsyncWaiter(const GenericAssociatedInterfaceAsyncWaiter&) = delete;
  GenericAssociatedInterfaceAsyncWaiter& operator=(const GenericAssociatedInterfaceAsyncWaiter&) = delete;

  ~GenericAssociatedInterfaceAsyncWaiter();

 private:
  GenericAssociatedInterface* const proxy_;
};




}  // mojo_base::mojom

#endif  // MOJO_PUBLIC_MOJOM_BASE_GENERIC_PENDING_ASSOCIATED_RECEIVER_MOJOM_TEST_UTILS_H_