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

Unified Diff: Source/core/editing/SpellingCorrectionCommand.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/editing/SpellChecker.cpp ('k') | Source/core/editing/SurroundingText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/SpellingCorrectionCommand.cpp
diff --git a/Source/core/editing/SpellingCorrectionCommand.cpp b/Source/core/editing/SpellingCorrectionCommand.cpp
index 9e35b0cd194c701300355288fbc6218263366663..07bf705c4d926ce832a946356ab33bfd8b6b9f3e 100644
--- a/Source/core/editing/SpellingCorrectionCommand.cpp
+++ b/Source/core/editing/SpellingCorrectionCommand.cpp
@@ -27,12 +27,9 @@
#include "core/editing/SpellingCorrectionCommand.h"
#include "core/dom/Document.h"
-#include "core/dom/DocumentFragment.h"
-#include "core/editing/Editor.h"
#include "core/editing/InsertTextCommand.h"
#include "core/editing/SetSelectionCommand.h"
#include "core/editing/TextIterator.h"
-#include "core/editing/markup.h"
#include "core/page/Frame.h"
namespace WebCore {
« no previous file with comments | « Source/core/editing/SpellChecker.cpp ('k') | Source/core/editing/SurroundingText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698