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

Unified Diff: Source/core/html/DOMURL.cpp

Issue 15447002: Remove ~1750 superfluous includes from core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase a few hours Created 7 years, 7 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
« no previous file with comments | « Source/core/html/ClassList.cpp ('k') | Source/core/html/DateInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/DOMURL.cpp
diff --git a/Source/core/html/DOMURL.cpp b/Source/core/html/DOMURL.cpp
index 108707980f2c2f2358956e6a115d107c0cb14375..904bd1bb15551648c8af5a7ac4005806f57126b6 100644
--- a/Source/core/html/DOMURL.cpp
+++ b/Source/core/html/DOMURL.cpp
@@ -30,20 +30,16 @@
#include <wtf/MainThread.h>
#include <wtf/PassOwnPtr.h>
-#include "core/dom/ActiveDOMObject.h"
#include "core/dom/ScriptExecutionContext.h"
#include "core/fileapi/Blob.h"
#include "core/fileapi/BlobURL.h"
#include "core/fileapi/ThreadableBlobRegistry.h"
#include "core/html/PublicURLManager.h"
#include "core/loader/cache/MemoryCache.h"
-#include "core/platform/KURL.h"
-#include "core/platform/network/ResourceRequest.h"
#include "modules/mediasource/MediaSourceRegistry.h"
#include "modules/mediasource/WebKitMediaSource.h"
#include "modules/mediastream/MediaStream.h"
#include "modules/mediastream/MediaStreamRegistry.h"
-#include "weborigin/SecurityOrigin.h"
namespace WebCore {
« no previous file with comments | « Source/core/html/ClassList.cpp ('k') | Source/core/html/DateInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698