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

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

Issue 2238423002: [DevTools] Generate all files in inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2240663003
Patch Set: 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/ErrorSupport_h.template
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport.h b/third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport_h.template
similarity index 84%
rename from third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport.h
rename to third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport_h.template
index 56ac442435262b86004d0fdb48d34655187b0ac7..50557c0f333b86a2a67cc5d1b15d964a3ea4c2ad 100644
--- a/third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport.h
+++ b/third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport_h.template
@@ -5,8 +5,9 @@
#ifndef ErrorSupport_h
#define ErrorSupport_h
-#include "platform/inspector_protocol/Platform.h"
-#include "platform/inspector_protocol/String16.h"
+//#include "Platform.h"
+//#include "String16.h"
+#include "{{export_macro_include}}"
#include <vector>
@@ -15,7 +16,7 @@ namespace protocol {
using ErrorString = String16;
-class PLATFORM_EXPORT ErrorSupport {
+class {{export_macro}} ErrorSupport {
public:
ErrorSupport();
ErrorSupport(String16* errorString);

Powered by Google App Engine
This is Rietveld 408576698