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

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

Issue 2523743003: Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 (Closed)
Patch Set: addressed comments 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/Collections_h.template
diff --git a/third_party/inspector_protocol/lib/Collections_h.template b/third_party/inspector_protocol/lib/Collections_h.template
index 3f760287b58f0e5aebfe2fc1fc81063cfb9ed8bf..7505a17bfa6e68450d693f915c39ab5d37907ca4 100644
--- a/third_party/inspector_protocol/lib/Collections_h.template
+++ b/third_party/inspector_protocol/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 | « third_party/inspector_protocol/lib/Array_h.template ('k') | third_party/inspector_protocol/lib/DispatcherBase_cpp.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698