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

Unified Diff: third_party/inspector_protocol/lib/Protocol_cpp.template

Issue 2493063005: [DevTools] Use inspector_protocol generator in content/browser/devtools. (Closed)
Patch Set: roll 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: third_party/inspector_protocol/lib/Protocol_cpp.template
diff --git a/third_party/inspector_protocol/lib/Protocol_cpp.template b/third_party/inspector_protocol/lib/Protocol_cpp.template
index 8e35fa74fc34db63f9e2cc70a59348655322f82d..901656373a4f5277ea5f34912b261d939803f767 100644
--- a/third_party/inspector_protocol/lib/Protocol_cpp.template
+++ b/third_party/inspector_protocol/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>

Powered by Google App Engine
This is Rietveld 408576698