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

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h

Issue 2246923004: Merge TextCheckingHelper into SpellChecker Part 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CleanupSpellCheckerAfterMoving
Patch Set: Also remove useless forward declaration Created 4 years, 4 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 | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
index d2904be2093c123f27af5a2d1c7c4028758178e7..8c4d197ca60d6bbc38a5b9d2077519d269a6b9f6 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.h
@@ -23,17 +23,11 @@
#include "core/editing/EphemeralRange.h"
#include "core/editing/Position.h"
-#include "platform/heap/Handle.h"
-#include "platform/text/TextChecking.h"
#include "wtf/text/WTFString.h"
namespace blink {
-class LocalFrame;
class Range;
-class SpellCheckerClient;
-class TextCheckerClient;
-struct TextCheckingResult;
class TextCheckingParagraph {
STACK_ALLOCATED();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/TextCheckingHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698