chromium/out/Default/gen/content/services/auction_worklet/protocol/protocol.h

// This file is generated by Forward_h.template.

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

#ifndef auction_worklet_protocol_Forward_h
#define auction_worklet_protocol_Forward_h


#include <memory>
#include <vector>

#include "third_party/inspector_protocol/crdtp/error_support.h"
#include "third_party/inspector_protocol/crdtp/dispatch.h"
#include "third_party/inspector_protocol/crdtp/frontend_channel.h"
#include "third_party/inspector_protocol/crdtp/protocol_core.h"

#include "third_party/inspector_protocol/crdtp/chromium/protocol_traits.h"

namespace auction_worklet {
namespace protocol {

DispatchResponse;
ErrorSupport;
Serializable;
FrontendChannel;
DomainDispatcher;
UberDispatcher;
Response;

DictionaryValue;
Object;
ListValue;
Value;
String;
Binary;

PtrMaybe;
ValueMaybe;

Maybe;

namespace detail {

template <typename T>
struct ArrayTypedef {};

template <>
struct ArrayTypedef<String> {};

template <>
struct ArrayTypedef<int> {};

template <>
struct ArrayTypedef<double> {};

template <>
struct ArrayTypedef<bool> {};

template <>
struct ArrayTypedef<Binary> {};

}  // namespace detail

Array;

} // namespace auction_worklet
} // namespace protocol

#endif // !defined(auction_worklet_protocol_Forward_h)