chromium/out/Default/gen/third_party/blink/renderer/core/inspector/protocol/forward.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 blink_protocol_Forward_h
#define blink_protocol_Forward_h

#include "third_party/blink/renderer/core/core_export.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/blink/renderer/core/inspector/v8_inspector_string.h"

namespace blink {
namespace protocol {

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

class DictionaryValue;
class FundamentalValue;
class ListValue;
class Object;
class SerializedValue;
class StringValue;
class Value;

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 blink
} // namespace protocol

#endif // !defined(blink_protocol_Forward_h)