Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: headless/lib/browser/devtools_api/domain_types_forward_declarations_h.template

Issue 2531363002: headless: Fix inconsistent header naming (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698