Index: third_party/WebKit/Source/platform/inspector_protocol/Parser.h |
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Parser.h b/third_party/WebKit/Source/platform/inspector_protocol/Parser.h |
deleted file mode 100644 |
index c6f700ee3040d26c0860346a4a73851fafe28bfb..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/platform/inspector_protocol/Parser.h |
+++ /dev/null |
@@ -1,21 +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 Parser_h |
-#define Parser_h |
- |
-#include "platform/inspector_protocol/Platform.h" |
-#include "platform/inspector_protocol/String16.h" |
- |
-namespace blink { |
-namespace protocol { |
- |
-class Value; |
- |
-PLATFORM_EXPORT std::unique_ptr<Value> parseJSON(const String16& json); |
- |
-} // namespace platform |
-} // namespace blink |
- |
-#endif // !defined(Parser_h) |