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

Unified Diff: Source/core/inspector/InjectedScript.cpp

Issue 15942008: Remove unused includes from core/inspector and core/svg .cpp files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase and address pdr's comments 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/DOMPatchSupport.cpp ('k') | Source/core/inspector/InjectedScriptCanvasModule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScript.cpp
diff --git a/Source/core/inspector/InjectedScript.cpp b/Source/core/inspector/InjectedScript.cpp
index 9b993d8d7b79d46101c8af3cc26b60065dd68345..3964c73e3ef7e9d35dce3c06d9143ec698df9777 100644
--- a/Source/core/inspector/InjectedScript.cpp
+++ b/Source/core/inspector/InjectedScript.cpp
@@ -34,10 +34,7 @@
#include "core/inspector/InjectedScript.h"
#include "bindings/v8/ScriptFunctionCall.h"
-#include "bindings/v8/SerializedScriptValue.h"
-#include "core/dom/Node.h"
#include "core/inspector/InjectedScriptHost.h"
-#include "core/inspector/InjectedScriptModule.h"
#include "core/inspector/InspectorValues.h"
#include <wtf/text/WTFString.h>
« no previous file with comments | « Source/core/inspector/DOMPatchSupport.cpp ('k') | Source/core/inspector/InjectedScriptCanvasModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698