// typemap.test-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 TYPEMAP_TEST_MOJOM_TEST_UTILS_H_
#define TYPEMAP_TEST_MOJOM_TEST_UTILS_H_

#include "typemap.test-mojom.h"


namespace golden {


class  IFaceWithTypemapInterceptorForTesting : public IFaceWithTypemap {
  virtual IFaceWithTypemap* GetForwardingInterface() = 0;
  void Echo(TypemappedPtr param, EchoCallback callback) override;
};
class  IFaceWithTypemapAsyncWaiter {
 public:
  explicit IFaceWithTypemapAsyncWaiter(IFaceWithTypemap* proxy);

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

  ~IFaceWithTypemapAsyncWaiter();
  void Echo(
      TypemappedPtr param, TypemappedPtr* out_out);
  TypemappedPtr Echo(TypemappedPtr param);

 private:
  IFaceWithTypemap* const proxy_;
};




}  // golden

#endif  // TYPEMAP_TEST_MOJOM_TEST_UTILS_H_