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

Unified Diff: third_party/WebKit/Source/core/svg/SVGParsingError.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/core/svg/SVGParsingError.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGParsingError.cpp b/third_party/WebKit/Source/core/svg/SVGParsingError.cpp
index 37c0a6ae5ea2d96947ae298db09c3804afd18535..3424ac47e12b07033415a7f56c1f4889ef3c6d6d 100644
--- a/third_party/WebKit/Source/core/svg/SVGParsingError.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGParsingError.cpp
@@ -5,7 +5,7 @@
#include "core/svg/SVGParsingError.h"
#include "core/dom/QualifiedName.h"
-#include "platform/JSONValues.h"
+#include "platform/json/JSONValues.h"
#include "wtf/text/CharacterNames.h"
#include "wtf/text/StringBuilder.h"

Powered by Google App Engine
This is Rietveld 408576698