blob: 85b5379c5bf724b74d6da488528345bb36ed4ca0 [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_TYPES_H_
#define HEADLESS_PUBLIC_DOMAINS_TYPES_H_
{% for domain in api.domains %}
#include "headless/public/devtools/domains/types_{{domain.domain | camelcase_to_hacker_style}}.h"
{% endfor %}
#endif // HEADLESS_PUBLIC_DOMAINS_TYPES_H_