| 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);
|
|
|