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

Unified Diff: Source/platform/JSONValues.cpp

Issue 25447002: Move JSONValues.cpp/.h to Source/platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
« no previous file with comments | « Source/platform/JSONValues.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/JSONValues.cpp
diff --git a/Source/core/platform/JSONValues.cpp b/Source/platform/JSONValues.cpp
similarity index 99%
rename from Source/core/platform/JSONValues.cpp
rename to Source/platform/JSONValues.cpp
index 667beddb20c9db9eaf1f437ba70a12e23f9cadf7..7ef920f4538e78a62b0dd915c65610f13e725a39 100644
--- a/Source/core/platform/JSONValues.cpp
+++ b/Source/platform/JSONValues.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "core/platform/JSONValues.h"
+#include "platform/JSONValues.h"
#include "wtf/DecimalNumber.h"
#include "wtf/dtoa.h"
« no previous file with comments | « Source/platform/JSONValues.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698