summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/web/WebTextCheckingCompletionImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebTextCheckingCompletionImpl.h')
-rw-r--r--chromium/third_party/WebKit/Source/web/WebTextCheckingCompletionImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebTextCheckingCompletionImpl.h b/chromium/third_party/WebKit/Source/web/WebTextCheckingCompletionImpl.h
index b7798f00311..90924fc01d3 100644
--- a/chromium/third_party/WebKit/Source/web/WebTextCheckingCompletionImpl.h
+++ b/chromium/third_party/WebKit/Source/web/WebTextCheckingCompletionImpl.h
@@ -31,15 +31,15 @@
#ifndef WebTextCheckingCompletionImpl_h
#define WebTextCheckingCompletionImpl_h
-#include "WebTextCheckingCompletion.h"
#include "platform/text/TextChecking.h"
+#include "public/web/WebTextCheckingCompletion.h"
#include "wtf/RefPtr.h"
namespace blink {
class EditorClientImpl;
-class WebTextCheckingCompletionImpl : public WebTextCheckingCompletion {
+class WebTextCheckingCompletionImpl FINAL : public WebTextCheckingCompletion {
public:
explicit WebTextCheckingCompletionImpl(WTF::PassRefPtr<WebCore::TextCheckingRequest> request)
: m_request(request)