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

Unified Diff: third_party/WebKit/Source/platform/json/JSONValues.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/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"
« no previous file with comments | « third_party/WebKit/Source/platform/json/JSONValues.h ('k') | third_party/WebKit/Source/platform/json/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698