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

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

Issue 2848943002: Allow storing multiple replacements on SpellCheckResult (Closed)
Patch Set: Respond to comments Created 3 years, 8 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 77e332bd50c0c245552a98ce2ac778cca8cf4177..707bfc6e452bb0c47ed04a04d8e4ffcf1c79de1a 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