Index: third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp |
index beb8fe0c5f0faf987425e63cf13b314f3b4dfab9..d16dbf3edb56aee4525dc2f034b2bbf4cc46464d 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp |
@@ -39,7 +39,7 @@ |
#include "core/frame/UseCounter.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/inspector/ConsoleMessage.h" |
-#include "platform/ParsingUtilities.h" |
+#include "wtf/text/ParsingUtilities.h" |
#include "wtf/text/StringToNumber.h" |
#include <algorithm> |