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

Unified Diff: lib/Collections_h.template

Issue 2495353004: [inspector_protocol] Support chromium code style. (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 | « CodeGenerator.py ('k') | lib/ErrorSupport_cpp.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Collections_h.template
diff --git a/lib/Collections_h.template b/lib/Collections_h.template
index 3f760287b58f0e5aebfe2fc1fc81063cfb9ed8bf..7505a17bfa6e68450d693f915c39ab5d37907ca4 100644
--- a/lib/Collections_h.template
+++ b/lib/Collections_h.template
@@ -5,7 +5,7 @@
#ifndef {{"_".join(config.protocol.namespace)}}_Collections_h
#define {{"_".join(config.protocol.namespace)}}_Collections_h
-#include "{{config.protocol.package}}/Forward.h"
+#include {{format_include(config.protocol.package, "Forward")}}
#include <cstddef>
#if defined(__APPLE__) && !defined(_LIBCPP_VERSION)
« no previous file with comments | « CodeGenerator.py ('k') | lib/ErrorSupport_cpp.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698