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

Unified Diff: third_party/WebKit/Source/core/xml/parser/XMLParserInput.h

Issue 2812013004: Rewrite references to "wtf/" to "platform/wtf/" in core/{dom,html,xml}. (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
« no previous file with comments | « third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/xml/parser/XMLParserInput.h
diff --git a/third_party/WebKit/Source/core/xml/parser/XMLParserInput.h b/third_party/WebKit/Source/core/xml/parser/XMLParserInput.h
index 328eb4a2029e3c54bfca1d24bd4d80c1a0c467b0..21d91c35a8cba1cc58c86688a129d8cbf0a98e27 100644
--- a/third_party/WebKit/Source/core/xml/parser/XMLParserInput.h
+++ b/third_party/WebKit/Source/core/xml/parser/XMLParserInput.h
@@ -31,8 +31,8 @@
#ifndef XMLParserInput_h
#define XMLParserInput_h
-#include "wtf/Allocator.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/text/WTFString.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/xml/parser/XMLErrors.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698