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

Unified Diff: Source/core/loader/DocumentWriter.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
« no previous file with comments | « Source/core/loader/DocumentThreadableLoader.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentWriter.cpp
diff --git a/Source/core/loader/DocumentWriter.cpp b/Source/core/loader/DocumentWriter.cpp
index fd3334276a428bdd3bae7545724a2c2c2dd2200f..3dc0282ab700ae5ba7eeefd6fcbfd5c8b2b8f0f2 100644
--- a/Source/core/loader/DocumentWriter.cpp
+++ b/Source/core/loader/DocumentWriter.cpp
@@ -29,13 +29,9 @@
#include "config.h"
#include "core/loader/DocumentWriter.h"
-#include "bindings/v8/ScriptController.h"
#include "core/dom/DOMImplementation.h"
-#include "core/dom/RawDataDocumentParser.h"
#include "core/dom/ScriptableDocumentParser.h"
-#include "core/html/PluginDocument.h"
#include "core/loader/FrameLoader.h"
-#include "core/loader/FrameLoaderClient.h"
#include "core/loader/FrameLoaderStateMachine.h"
#include "core/loader/SinkDocument.h"
#include "core/loader/TextResourceDecoder.h"
@@ -43,7 +39,6 @@
#include "core/page/Frame.h"
#include "core/page/FrameView.h"
#include "core/page/Settings.h"
-#include "core/platform/text/SegmentedString.h"
#include "weborigin/KURL.h"
#include "weborigin/SecurityOrigin.h"
« no previous file with comments | « Source/core/loader/DocumentThreadableLoader.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698