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

Unified Diff: Source/core/dom/KeyboardEvent.cpp

Issue 15387004: Remove some unused includes from core/css and core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: 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/dom/FocusEvent.cpp ('k') | Source/core/dom/MutationObserverInterestGroup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/KeyboardEvent.cpp
diff --git a/Source/core/dom/KeyboardEvent.cpp b/Source/core/dom/KeyboardEvent.cpp
index 33e0a7c6eb733491156cc270930fbc9d15e1e51b..25e42d4046b2f48d7a75d326f5419a3872f496a2 100644
--- a/Source/core/dom/KeyboardEvent.cpp
+++ b/Source/core/dom/KeyboardEvent.cpp
@@ -23,13 +23,7 @@
#include "config.h"
#include "core/dom/KeyboardEvent.h"
-#include "core/dom/Document.h"
-#include "core/dom/EventDispatcher.h"
#include "core/dom/EventNames.h"
-#include "core/page/DOMWindow.h"
-#include "core/page/EventHandler.h"
-#include "core/page/Frame.h"
-#include "core/page/Settings.h"
#include "core/platform/PlatformKeyboardEvent.h"
#include "core/platform/WindowsKeyboardCodes.h"
« no previous file with comments | « Source/core/dom/FocusEvent.cpp ('k') | Source/core/dom/MutationObserverInterestGroup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698