| Index: Source/core/platform/network/ParsedContentType.cpp
|
| diff --git a/Source/core/platform/network/ParsedContentType.cpp b/Source/core/platform/network/ParsedContentType.cpp
|
| index 00ebde8bcb88ea2f7dfe4ac6dca69995ec5f6e09..d8db86a8f3b8e6df430639c5b1ab9db6e42a696e 100644
|
| --- a/Source/core/platform/network/ParsedContentType.cpp
|
| +++ b/Source/core/platform/network/ParsedContentType.cpp
|
| @@ -32,8 +32,8 @@
|
| #include "config.h"
|
| #include "core/platform/network/ParsedContentType.h"
|
|
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|