| Index: sky/engine/web/WebTextCheckingCompletionImpl.h
|
| diff --git a/sky/engine/web/WebTextCheckingCompletionImpl.h b/sky/engine/web/WebTextCheckingCompletionImpl.h
|
| index dbe229c44fb73f9a14d7b21ba3975ed6bd255bc2..ccd0e96c29e4f5980c2448562a3ea0f9b7b1c569 100644
|
| --- a/sky/engine/web/WebTextCheckingCompletionImpl.h
|
| +++ b/sky/engine/web/WebTextCheckingCompletionImpl.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
|
|
| class EditorClientImpl;
|
|
|
| -class WebTextCheckingCompletionImpl FINAL : public WebTextCheckingCompletion {
|
| +class WebTextCheckingCompletionImpl final : public WebTextCheckingCompletion {
|
| public:
|
| explicit WebTextCheckingCompletionImpl(WTF::PassRefPtr<TextCheckingRequest> request)
|
| : m_request(request)
|
|
|