| Index: third_party/WebKit/Source/web/EditorClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/EditorClientImpl.cpp b/third_party/WebKit/Source/web/EditorClientImpl.cpp
|
| index 411bd1a130231e3209dc1dde23806fbca113c401..79ab7993dd676100d405f287ab384e25a0cac6e1 100644
|
| --- a/third_party/WebKit/Source/web/EditorClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/EditorClientImpl.cpp
|
| @@ -27,15 +27,15 @@
|
| #include "web/EditorClientImpl.h"
|
|
|
| #include "core/editing/SelectionType.h"
|
| +#include "core/exported/WebViewBase.h"
|
| #include "core/frame/ContentSettingsClient.h"
|
| #include "public/web/WebFrameClient.h"
|
| #include "public/web/WebViewClient.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| -#include "web/WebViewImpl.h"
|
|
|
| namespace blink {
|
|
|
| -EditorClientImpl::EditorClientImpl(WebViewImpl* webview) : web_view_(webview) {}
|
| +EditorClientImpl::EditorClientImpl(WebViewBase* webview) : web_view_(webview) {}
|
|
|
| EditorClientImpl::~EditorClientImpl() {}
|
|
|
|
|