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

Unified Diff: Source/core/page/DOMWindow.cpp

Issue 16282004: Remove unused includes from various .cpp files in core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: re-add HTMLFormElement to EmptyClients for windows 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/page/DOMSecurityPolicy.cpp ('k') | Source/core/page/DeviceController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindow.cpp
diff --git a/Source/core/page/DOMWindow.cpp b/Source/core/page/DOMWindow.cpp
index 943bca3e914c1d5be061e3d262ac4f8c55e81e1e..3db8cc0225c07bb3ee8460cc7f7b54316271475b 100644
--- a/Source/core/page/DOMWindow.cpp
+++ b/Source/core/page/DOMWindow.cpp
@@ -45,12 +45,9 @@
#include "core/css/MediaQueryMatcher.h"
#include "core/css/StyleMedia.h"
#include "core/css/resolver/StyleResolver.h"
-#include "core/dom/BeforeUnloadEvent.h"
-#include "core/dom/DOMStringList.h"
#include "core/dom/DeviceOrientationController.h"
#include "core/dom/Document.h"
#include "core/dom/Element.h"
-#include "core/dom/EventException.h"
#include "core/dom/EventListener.h"
#include "core/dom/EventNames.h"
#include "core/dom/ExceptionCode.h"
@@ -60,9 +57,6 @@
#include "core/dom/RequestAnimationFrameCallback.h"
#include "core/editing/Editor.h"
#include "core/history/BackForwardController.h"
-#include "core/html/DOMSettableTokenList.h"
-#include "core/html/DOMTokenList.h"
-#include "core/html/DOMURL.h"
#include "core/html/HTMLFrameOwnerElement.h"
#include "core/inspector/InspectorInstrumentation.h"
#include "core/inspector/ScriptCallStack.h"
@@ -77,7 +71,6 @@
#include "core/page/Console.h"
#include "core/page/Crypto.h"
#include "core/page/DOMPoint.h"
-#include "core/page/DOMSelection.h"
#include "core/page/DOMTimer.h"
#include "core/page/EventHandler.h"
#include "core/page/FocusController.h"
@@ -103,7 +96,6 @@
#include "core/storage/StorageArea.h"
#include "core/storage/StorageNamespace.h"
#include "modules/device_orientation/DeviceMotionController.h"
-#include "modules/notifications/DOMWindowNotifications.h"
#include "weborigin/SecurityOrigin.h"
#include "weborigin/SecurityPolicy.h"
« no previous file with comments | « Source/core/page/DOMSecurityPolicy.cpp ('k') | Source/core/page/DeviceController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698