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

Unified Diff: lib/Protocol_cpp.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 | « lib/ErrorSupport_cpp.template ('k') | templates/Imported_h.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Protocol_cpp.template
diff --git a/lib/Protocol_cpp.template b/lib/Protocol_cpp.template
index 8e35fa74fc34db63f9e2cc70a59348655322f82d..901656373a4f5277ea5f34912b261d939803f767 100644
--- a/lib/Protocol_cpp.template
+++ b/lib/Protocol_cpp.template
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "{{config.protocol.package}}/Protocol.h"
+#include {{format_include(config.protocol.package, "Protocol")}}
#include <algorithm>
#include <cmath>
« no previous file with comments | « lib/ErrorSupport_cpp.template ('k') | templates/Imported_h.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698