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

Unified Diff: Source/core/inspector/InjectedScriptHost.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/inspector/InjectedScriptCanvasModule.cpp ('k') | Source/core/inspector/InspectorAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScriptHost.cpp
diff --git a/Source/core/inspector/InjectedScriptHost.cpp b/Source/core/inspector/InjectedScriptHost.cpp
index b530f6ae0245e7d02a8217dfcc392bbfb18b87e6..c4f6049b32a4e5a85e527311a7a87e411df5eec1 100644
--- a/Source/core/inspector/InjectedScriptHost.cpp
+++ b/Source/core/inspector/InjectedScriptHost.cpp
@@ -31,26 +31,16 @@
#include "config.h"
#include "core/inspector/InjectedScriptHost.h"
-#include "InspectorFrontend.h"
-#include "core/dom/Element.h"
-#include "core/html/HTMLFrameOwnerElement.h"
-#include "core/inspector/InjectedScript.h"
#include "core/inspector/InspectorAgent.h"
-#include "core/inspector/InspectorClient.h"
#include "core/inspector/InspectorConsoleAgent.h"
#include "core/inspector/InspectorDOMAgent.h"
#include "core/inspector/InspectorDOMStorageAgent.h"
#include "core/inspector/InspectorDatabaseAgent.h"
#include "core/inspector/InspectorDebuggerAgent.h"
#include "core/inspector/InspectorValues.h"
-#include "core/loader/FrameLoader.h"
-#include "core/page/Frame.h"
#include "core/platform/Pasteboard.h"
-#include "core/storage/Storage.h"
-#include "modules/webdatabase/Database.h"
-#include "core/editing/markup.h"
#include <wtf/RefPtr.h>
#include <wtf/StdLibExtras.h>
« no previous file with comments | « Source/core/inspector/InjectedScriptCanvasModule.cpp ('k') | Source/core/inspector/InspectorAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698