Chromium Code Reviews| Index: Source/platform/mhtml/MHTMLParser.cpp |
| diff --git a/Source/platform/mhtml/MHTMLParser.cpp b/Source/platform/mhtml/MHTMLParser.cpp |
| index 29403c5a46d84c2200ecd90e5d9c7a9d74ebe95a..c9cf6ef2b3884c18ab0b7435962e6185573b4893 100644 |
| --- a/Source/platform/mhtml/MHTMLParser.cpp |
| +++ b/Source/platform/mhtml/MHTMLParser.cpp |
| @@ -32,19 +32,15 @@ |
| #include "platform/mhtml/MHTMLParser.h" |
| #include "platform/MIMETypeRegistry.h" |
| -#include "platform/SharedBufferChunkReader.h" |
| #include "platform/mhtml/MHTMLArchive.h" |
| #include "platform/network/ParsedContentType.h" |
| #include "platform/text/QuotedPrintable.h" |
| #include "wtf/HashMap.h" |
| #include "wtf/RefCounted.h" |
| -#include "wtf/RefPtr.h" |
| #include "wtf/text/Base64.h" |
| -#include "wtf/text/CString.h" |
| #include "wtf/text/StringBuilder.h" |
| #include "wtf/text/StringConcatenate.h" |
| #include "wtf/text/StringHash.h" |
| -#include "wtf/text/WTFString.h" |
|
Nico
2013/12/09 01:55:01
Is the WTFString include in MHTMLParser.h necessar
|
| namespace WebCore { |