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" |