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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/ProtocolPlatformWTF.h

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/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

Powered by Google App Engine
This is Rietveld 408576698