Index: third_party/WebKit/Source/platform/v8_inspector/ProtocolPlatformWTF.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/PlatformWTF.h b/third_party/WebKit/Source/platform/v8_inspector/ProtocolPlatformWTF.h |
similarity index 64% |
rename from third_party/WebKit/Source/platform/v8_inspector/PlatformWTF.h |
rename to third_party/WebKit/Source/platform/v8_inspector/ProtocolPlatformWTF.h |
index 3cd659e6881e546cdaf3148560807e828a15c333..a727137d311e87c1cd4c905844376af602774f8c 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/PlatformWTF.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/ProtocolPlatformWTF.h |
@@ -2,8 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef PlatformWTF_h |
-#define PlatformWTF_h |
+#ifndef ProtocolPlatformWTF_h |
+#define ProtocolPlatformWTF_h |
+ |
+// TODO(dgozman): this file should be removed from v8_inspector. |
#include "platform/PlatformExport.h" |
#include "wtf/Assertions.h" |
@@ -11,4 +13,4 @@ |
#include <memory> |
-#endif // PlatformWTF_h |
+#endif // ProtocolPlatformWTF_h |