| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 7d46bce99ce04217f71af4d209fe3f01ea5192a8..adab552e373778b42e54881fde347754a6ac81c7 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -61,8 +61,6 @@
|
| #include "web/PageWidgetDelegate.h"
|
| #include "web/SpellCheckerClientImpl.h"
|
| #include "web/StorageClientImpl.h"
|
| -#include "web/WebExport.h"
|
| -#include "wtf/Compiler.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -95,9 +93,9 @@
|
| class WebSettingsImpl;
|
| class WebViewScheduler;
|
|
|
| -class WEB_EXPORT WebViewImpl final : WTF_NON_EXPORTED_BASE(public WebView)
|
| +class WebViewImpl final : public WebView
|
| , public RefCounted<WebViewImpl>
|
| - , WTF_NON_EXPORTED_BASE(public WebGestureCurveTarget)
|
| + , public WebGestureCurveTarget
|
| , public PageWidgetEventHandler {
|
| public:
|
| static WebViewImpl* create(WebViewClient*);
|
|
|