| Index: third_party/WebKit/Source/platform/json/JSONValues.cpp
|
| diff --git a/third_party/WebKit/Source/platform/JSONValues.cpp b/third_party/WebKit/Source/platform/json/JSONValues.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/platform/JSONValues.cpp
|
| rename to third_party/WebKit/Source/platform/json/JSONValues.cpp
|
| index 7bfb9dfb20986df6af820cdd5c94fbe10619b3ad..59e206ceee07199b25f94fbba6ab13cacafe8bf0 100644
|
| --- a/third_party/WebKit/Source/platform/JSONValues.cpp
|
| +++ b/third_party/WebKit/Source/platform/json/JSONValues.cpp
|
| @@ -28,7 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "platform/JSONValues.h"
|
| +#include "platform/json/JSONValues.h"
|
|
|
| #include "platform/Decimal.h"
|
| #include "wtf/MathExtras.h"
|
|
|