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

Unified Diff: third_party/WebKit/Source/platform/json/JSONParser.h

Issue 2803603002: Rewrite references to "wtf/" to "platform/wtf/" in platform/json. (Closed)
Patch Set: Created 3 years, 8 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/JSONParser.h
diff --git a/third_party/WebKit/Source/platform/json/JSONParser.h b/third_party/WebKit/Source/platform/json/JSONParser.h
index 28a3b071c284fb1da9eae0e8896e53eb5f5e597a..284c41591cd11f4c0c6743494ae462ad1d2a5d89 100644
--- a/third_party/WebKit/Source/platform/json/JSONParser.h
+++ b/third_party/WebKit/Source/platform/json/JSONParser.h
@@ -6,7 +6,7 @@
#define JSONParser_h
#include "platform/PlatformExport.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/text/WTFString.h"
#include <memory>
« no previous file with comments | « third_party/WebKit/Source/platform/json/DEPS ('k') | third_party/WebKit/Source/platform/json/JSONParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698