chromium/out/Default/gen/chrome/browser/devtools/protocol/autofill.h

// This file is generated by TypeBuilder_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 protocol_Autofill_h
#define protocol_Autofill_h

#include "chrome/browser/devtools/protocol/protocol.h"
// For each imported domain we generate a ValueConversions struct instead of a full domain definition
// and include Domain::API version from there.

namespace protocol {
namespace Autofill {
class CreditCard;
class AddressField;
class AddressFields;
class Address;
class AddressUI;
FillingStrategy;
class FilledField;

// ------------- Forward and enum declarations.

namespace FillingStrategyEnum {
 extern const char AutocompleteAttribute[];
 extern const char AutofillInferred[];
} // namespace FillingStrategyEnum

// ------------- Type and builder declarations.

class  CreditCard : public ::crdtp::ProtocolObject<CreditCard> {};


class  AddressField : public ::crdtp::ProtocolObject<AddressField> {};


class  AddressFields : public ::crdtp::ProtocolObject<AddressFields> {};


class  Address : public ::crdtp::ProtocolObject<Address> {};


class  AddressUI : public ::crdtp::ProtocolObject<AddressUI> {};


class  FilledField : public ::crdtp::ProtocolObject<FilledField> {};


// ------------- Backend interface.

class  Backend {};

// ------------- Frontend interface.

class  Frontend {};

// ------------- Dispatcher.

class  Dispatcher {};

// ------------- Metainfo.

class  Metainfo {};

} // namespace Autofill
} // namespace protocol

#endif // !defined(protocol_Autofill_h)