blob: 4e17400c6ced72f7b9c8872a8aa9c30e5d5c71b7 [file] [log] [blame]
// This file is generated
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef HEADLESS_PUBLIC_DOMAINS_TYPE_CONVERSIONS_H_
#define HEADLESS_PUBLIC_DOMAINS_TYPE_CONVERSIONS_H_
{% for domain in api.domains %}
#include "headless/public/devtools/internal/type_conversions_{{domain.domain | camelcase_to_hacker_style}}.h"
{% endfor %}
#endif // HEADLESS_PUBLIC_DOMAINS_TYPE_CONVERSIONS_H_