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

Unified Diff: third_party/WebKit/Source/platform/inspector_protocol/Platform.h

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/Platform.h
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Platform.h b/third_party/WebKit/Source/platform/inspector_protocol/Platform.h
deleted file mode 100644
index 76ba9302abc04770453e2af6d1f3fa58f4c66c50..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/platform/inspector_protocol/Platform.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#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
-
-#endif // !defined(protocol_Platform_h)

Powered by Google App Engine
This is Rietveld 408576698