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

Unified Diff: third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template

Issue 2240663003: [DevTools] Introduce config file for inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2226863003
Patch Set: rebased Created 4 years, 4 months 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/WebKit/Source/platform/inspector_protocol/Imported_h.template
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template b/third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template
index a9abdad172642e5dd007e940c851573622975685..3bfaef333a93fe6a1aec968ec3ff779c0802c2a5 100644
--- a/third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template
+++ b/third_party/WebKit/Source/platform/inspector_protocol/Imported_h.template
@@ -10,7 +10,7 @@
#include "platform/inspector_protocol/ErrorSupport.h"
#include "platform/inspector_protocol/ValueConversions.h"
#include "platform/inspector_protocol/Values.h"
-#include "{{include_package}}/{{domain.domain}}.h"
+#include "{{imported_package}}/{{domain.domain}}.h"
namespace blink {
namespace protocol {

Powered by Google App Engine
This is Rietveld 408576698