| Index: Source/core/loader/archive/MHTMLParser.cpp
|
| diff --git a/Source/core/loader/archive/MHTMLParser.cpp b/Source/core/loader/archive/MHTMLParser.cpp
|
| index 13ea9cdff0275b5bef2995bb95d4b213f71e8980..cf8ae645a6f37dfefa7aa7dc7a795201aa943a0a 100644
|
| --- a/Source/core/loader/archive/MHTMLParser.cpp
|
| +++ b/Source/core/loader/archive/MHTMLParser.cpp
|
| @@ -35,9 +35,7 @@
|
| #include "core/platform/MIMETypeRegistry.h"
|
| #include "core/platform/network/MIMEHeader.h"
|
| #include "core/platform/text/QuotedPrintable.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/NotFound.h>
|
| -#include <wtf/text/Base64.h>
|
| +#include "wtf/text/Base64.h"
|
|
|
| namespace WebCore {
|
|
|
|
|