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

Unified Diff: third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp

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
Index: third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
index 3a2e2fdd9778af8ee2c9b4c35dc7869ba788e44f..0093c10d237a0b68a179abbd2ed9c2fb6f49f5e5 100644
--- a/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
+++ b/third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp
@@ -26,6 +26,7 @@
#include "core/html/parser/XSSAuditor.h"
+#include <memory>
#include "core/HTMLNames.h"
#include "core/SVGNames.h"
#include "core/XLinkNames.h"
@@ -43,9 +44,8 @@
#include "core/loader/MixedContentChecker.h"
#include "platform/network/EncodedFormData.h"
#include "platform/text/DecodeEscapeSequences.h"
-#include "wtf/ASCIICType.h"
-#include "wtf/PtrUtil.h"
-#include <memory>
+#include "platform/wtf/ASCIICType.h"
+#include "platform/wtf/PtrUtil.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698