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

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

Issue 2848943002: Allow storing multiple replacements on SpellCheckResult (Closed)
Patch Set: Rebase Created 3 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
Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
index fbe292628a6a396c665c450bc80c39d19a815a79..0b90abc13e0d818c0dc157dd2c07d2304fdeff4c 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
@@ -44,7 +44,7 @@ class SpellCheckRequester;
class TextCheckerClient;
// TODO(xiaochengh): Move this class to dedicated files.
-class SpellCheckRequest final : public TextCheckingRequest {
+class CORE_EXPORT SpellCheckRequest final : public TextCheckingRequest {
public:
static SpellCheckRequest* Create(const EphemeralRange& checking_range,
int request_number);

Powered by Google App Engine
This is Rietveld 408576698