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

Unified Diff: third_party/WebKit/Source/platform/JSONParser.h

Issue 2293493003: Move blink platform's JSON code into a directory. (Closed)
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/JSONParser.h
diff --git a/third_party/WebKit/Source/platform/JSONParser.h b/third_party/WebKit/Source/platform/JSONParser.h
deleted file mode 100644
index b208d91474c94d1b25a4948bc46356d9ccd4a9e9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/platform/JSONParser.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 JSONParser_h
-#define JSONParser_h
-
-#include "platform/PlatformExport.h"
-#include "wtf/text/WTFString.h"
-
-#include <memory>
-
-namespace blink {
-
-class JSONValue;
-
-PLATFORM_EXPORT std::unique_ptr<JSONValue> parseJSON(const String& json);
-
-} // namespace blink
-
-#endif // JSONParser_h

Powered by Google App Engine
This is Rietveld 408576698