Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1941)

Unified Diff: Source/platform/mhtml/MHTMLParser.cpp

Issue 94113005: Remove unnecessary includes from KURL.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698