| Index: headless/lib/browser/devtools_api/domain_types_forward_declarations_h.template
|
| diff --git a/headless/lib/browser/devtools_api/domain_types_forward_declaration_h.template b/headless/lib/browser/devtools_api/domain_types_forward_declarations_h.template
|
| similarity index 86%
|
| rename from headless/lib/browser/devtools_api/domain_types_forward_declaration_h.template
|
| rename to headless/lib/browser/devtools_api/domain_types_forward_declarations_h.template
|
| index 4bb223b04abf13c63046ff083b5f9678c4289a4d..b321a17bc56bd9bee74167cea402842523f8bc04 100644
|
| --- a/headless/lib/browser/devtools_api/domain_types_forward_declaration_h.template
|
| +++ b/headless/lib/browser/devtools_api/domain_types_forward_declarations_h.template
|
| @@ -4,8 +4,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef HEADLESS_PUBLIC_DEVTOOLS_INTERNAL_TYPES_FORWARD_DECLARATION_{{domain.domain | camelcase_to_hacker_style | upper}}_H_
|
| -#define HEADLESS_PUBLIC_DEVTOOLS_INTERNAL_TYPES_FORWARD_DECLARATION_{{domain.domain | camelcase_to_hacker_style | upper}}_H_
|
| +#ifndef HEADLESS_PUBLIC_DEVTOOLS_INTERNAL_TYPES_FORWARD_DECLARATIONS_{{domain.domain | camelcase_to_hacker_style | upper}}_H_
|
| +#define HEADLESS_PUBLIC_DEVTOOLS_INTERNAL_TYPES_FORWARD_DECLARATIONS_{{domain.domain | camelcase_to_hacker_style | upper}}_H_
|
|
|
| #include "base/optional.h"
|
| #include "base/values.h"
|
| @@ -41,4 +41,4 @@ enum class {{type.id}} {
|
|
|
| } // namespace headless
|
|
|
| -#endif // HEADLESS_PUBLIC_DEVTOOLS_INTERNAL_TYPES_FORWARD_DECLARATION_{{domain.domain | camelcase_to_hacker_style | upper}}_H_
|
| +#endif // HEADLESS_PUBLIC_DEVTOOLS_INTERNAL_TYPES_FORWARD_DECLARATIONS_{{domain.domain | camelcase_to_hacker_style | upper}}_H_
|
|
|