Index: third_party/WebKit/Source/platform/text/TextChecking.h |
diff --git a/third_party/WebKit/Source/platform/text/TextChecking.h b/third_party/WebKit/Source/platform/text/TextChecking.h |
index 949f076b209ab5c680b3952a2af77830f5c343b0..042dd22d2b3c6b162d88fe367e50c8a17e019e62 100644 |
--- a/third_party/WebKit/Source/platform/text/TextChecking.h |
+++ b/third_party/WebKit/Source/platform/text/TextChecking.h |
@@ -53,7 +53,7 @@ struct TextCheckingResult { |
int location; |
int length; |
Vector<GrammarDetail> details; |
- Vector<String> replacements; |
+ String replacement; |
}; |
const int kUnrequestedTextCheckingSequence = -1; |
@@ -73,7 +73,7 @@ class TextCheckingRequestData final { |
String text_; |
}; |
-class PLATFORM_EXPORT TextCheckingRequest |
+class TextCheckingRequest |
: public GarbageCollectedFinalized<TextCheckingRequest> { |
public: |
virtual ~TextCheckingRequest() {} |