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

Unified Diff: headless/lib/browser/devtools_api/domain_types_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
« no previous file with comments | « headless/lib/browser/devtools_api/domain_types_forward_declarations_h.template ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/devtools_api/domain_types_h.template
diff --git a/headless/lib/browser/devtools_api/domain_types_h.template b/headless/lib/browser/devtools_api/domain_types_h.template
index f53f8ae1a529a3dbe3d02dbeecc5817fec56c5ce..b2e695ef6b9c99286e2e2fb24702de8fe8382a81 100644
--- a/headless/lib/browser/devtools_api/domain_types_h.template
+++ b/headless/lib/browser/devtools_api/domain_types_h.template
@@ -10,7 +10,7 @@
#include "base/optional.h"
#include "base/values.h"
{% for domain_name in domain.dependencies %}
-#include "headless/public/devtools/internal/types_forward_declaration_{{domain_name | camelcase_to_hacker_style}}.h"
+#include "headless/public/devtools/internal/types_forward_declarations_{{domain_name | camelcase_to_hacker_style}}.h"
{% endfor %}
#include "headless/public/headless_export.h"
#include "headless/public/util/error_reporter.h"
« no previous file with comments | « headless/lib/browser/devtools_api/domain_types_forward_declarations_h.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698