| Index: third_party/WebKit/Source/web/TextCheckerClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp b/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp
|
| index 4c2a782dec878584eeb51c97d2964184eed1a14b..1da109ec1429bec851f231e4852fae966bcf8379 100644
|
| --- a/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/TextCheckerClientImpl.cpp
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "web/TextCheckerClientImpl.h"
|
| #include "core/exported/WebViewBase.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "public/web/WebTextCheckClient.h"
|
| #include "public/web/WebTextCheckingResult.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include "web/WebTextCheckingCompletionImpl.h"
|
|
|
| namespace blink {
|
|
|
| -TextCheckerClientImpl::TextCheckerClientImpl(WebLocalFrameImpl* web_local_frame)
|
| +TextCheckerClientImpl::TextCheckerClientImpl(WebLocalFrameBase* web_local_frame)
|
| : web_local_frame_(web_local_frame) {}
|
|
|
| DEFINE_TRACE(TextCheckerClientImpl) {
|
|
|