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

Unified Diff: Source/core/loader/archive/MHTMLParser.cpp

Issue 17569013: Remove unused includes from core/inspector, core/loader and core/page (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 6 months 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/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 {
« no previous file with comments | « Source/core/loader/archive/ArchiveResourceCollection.h ('k') | Source/core/loader/cache/CachedCSSStyleSheet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698