| Index: Source/core/platform/MIMETypeRegistry.h
|
| diff --git a/Source/core/platform/MIMETypeRegistry.h b/Source/core/platform/MIMETypeRegistry.h
|
| index 77fefd7f7257982aa0c1aa8c2158d397abed1148..c69f2dd19fe3d409ccc96ba38214535dd0e990dd 100644
|
| --- a/Source/core/platform/MIMETypeRegistry.h
|
| +++ b/Source/core/platform/MIMETypeRegistry.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef MIMETypeRegistry_h
|
| #define MIMETypeRegistry_h
|
|
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/Vector.h>
|
| -#include <wtf/text/StringHash.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/StringHash.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|