// mojo/public/mojom/base/binder.mojom-blink-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_BINDER_MOJOM_BLINK_TEST_UTILS_H_
#define MOJO_PUBLIC_MOJOM_BASE_BINDER_MOJOM_BLINK_TEST_UTILS_H_

#include "mojo/public/mojom/base/binder.mojom-blink.h"
#include "base/component_export.h"


namespace mojo_base::mojom::blink {


class COMPONENT_EXPORT(MOJO_BASE_MOJOM_BLINK) BinderInterceptorForTesting : public Binder {
  virtual Binder* GetForwardingInterface() = 0;
  void Bind(::mojo::GenericPendingReceiver receiver) override;
};
class COMPONENT_EXPORT(MOJO_BASE_MOJOM_BLINK) BinderAsyncWaiter {
 public:
  explicit BinderAsyncWaiter(Binder* proxy);

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

  ~BinderAsyncWaiter();

 private:
  Binder* const proxy_;
};




}  // mojo_base::mojom::blink

#endif  // MOJO_PUBLIC_MOJOM_BASE_BINDER_MOJOM_BLINK_TEST_UTILS_H_