| Index: third_party/WebKit/Source/platform/inspector_protocol/Platform_h.template
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Platform.h b/third_party/WebKit/Source/platform/inspector_protocol/Platform_h.template
|
| similarity index 61%
|
| rename from third_party/WebKit/Source/platform/inspector_protocol/Platform.h
|
| rename to third_party/WebKit/Source/platform/inspector_protocol/Platform_h.template
|
| index 76ba9302abc04770453e2af6d1f3fa58f4c66c50..f09f192c51be5af22742451e33a8855f39249f1b 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/Platform.h
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/Platform_h.template
|
| @@ -5,10 +5,6 @@
|
| #ifndef protocol_Platform_h
|
| #define protocol_Platform_h
|
|
|
| -#if V8_INSPECTOR_USE_STL
|
| -#include "platform/inspector_protocol/PlatformSTL.h"
|
| -#else
|
| -#include "platform/inspector_protocol/PlatformWTF.h"
|
| -#endif // V8_INSPECTOR_USE_STL
|
| +#include "{{platform_impl_h_include}}"
|
|
|
| #endif // !defined(protocol_Platform_h)
|
|
|