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

Unified Diff: third_party/WebKit/Source/platform/json/JSONParserTest.cpp

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/json/JSONParserTest.cpp
diff --git a/third_party/WebKit/Source/platform/JSONParserTest.cpp b/third_party/WebKit/Source/platform/json/JSONParserTest.cpp
similarity index 99%
rename from third_party/WebKit/Source/platform/JSONParserTest.cpp
rename to third_party/WebKit/Source/platform/json/JSONParserTest.cpp
index 4e57eaae2fedd3ef93fc0338dc4939cf0ef12e57..9f2de9118e28f007c2bdcbd86b7cd7085a6e4029 100644
--- a/third_party/WebKit/Source/platform/JSONParserTest.cpp
+++ b/third_party/WebKit/Source/platform/json/JSONParserTest.cpp
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "platform/JSONParser.h"
+#include "platform/json/JSONParser.h"
-#include "platform/JSONValues.h"
+#include "platform/json/JSONValues.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "wtf/text/StringBuilder.h"
« no previous file with comments | « third_party/WebKit/Source/platform/json/JSONParser.cpp ('k') | third_party/WebKit/Source/platform/json/JSONValues.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698