| Index: Source/core/platform/network/ParsedContentType.h
|
| diff --git a/Source/core/platform/network/ParsedContentType.h b/Source/core/platform/network/ParsedContentType.h
|
| index 684c6c50062b9849500af064ccaad7fc442d764f..c463c19571c295eb812da8bacc6875f1ba6a7a70 100644
|
| --- a/Source/core/platform/network/ParsedContentType.h
|
| +++ b/Source/core/platform/network/ParsedContentType.h
|
| @@ -32,8 +32,8 @@
|
| #ifndef ParsedContentType_h
|
| #define ParsedContentType_h
|
|
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/text/StringHash.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/text/StringHash.h"
|
|
|
| namespace WebCore {
|
|
|
|
|