Index: Source/core/platform/network/HTTPParsers.cpp |
diff --git a/Source/core/platform/network/HTTPParsers.cpp b/Source/core/platform/network/HTTPParsers.cpp |
index d78da991c9639fe38e4fa2e6255571fbb380bae6..5a6c653c2ad58ea2837808f91e394b28801c5f3b 100644 |
--- a/Source/core/platform/network/HTTPParsers.cpp |
+++ b/Source/core/platform/network/HTTPParsers.cpp |
@@ -34,11 +34,11 @@ |
#include "core/platform/network/HTTPParsers.h" |
#include "core/page/ContentSecurityPolicy.h" |
-#include <wtf/DateMath.h> |
-#include <wtf/text/CString.h> |
-#include <wtf/text/StringBuilder.h> |
-#include <wtf/text/WTFString.h> |
-#include <wtf/unicode/CharacterNames.h> |
+#include "wtf/DateMath.h" |
+#include "wtf/text/CString.h" |
+#include "wtf/text/StringBuilder.h" |
+#include "wtf/text/WTFString.h" |
+#include "wtf/unicode/CharacterNames.h" |
using namespace WTF; |