| Index: third_party/WebKit/Source/platform/json/JSONParser.cpp
|
| diff --git a/third_party/WebKit/Source/platform/JSONParser.cpp b/third_party/WebKit/Source/platform/json/JSONParser.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/platform/JSONParser.cpp
|
| rename to third_party/WebKit/Source/platform/json/JSONParser.cpp
|
| index a9a35d4daf50f4361ae6d8a381126eea1e62c6d5..591d1f572de5c05deecf429dbbaa2e6bef09f498 100644
|
| --- a/third_party/WebKit/Source/platform/JSONParser.cpp
|
| +++ b/third_party/WebKit/Source/platform/json/JSONParser.cpp
|
| @@ -2,10 +2,10 @@
|
| // 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/Decimal.h"
|
| -#include "platform/JSONValues.h"
|
| +#include "platform/json/JSONValues.h"
|
| #include "wtf/text/StringBuilder.h"
|
| #include "wtf/text/StringToNumber.h"
|
|
|
|
|