| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 5483e3070afc3ebb7bd1e2dcaa322dcae9ec201b..61c6b7bacc9d46010bb6d71b4312749c51475583 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -35,7 +35,6 @@
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/WindowFeatures.h"
|
| #include "public/web/WebNavigationPolicy.h"
|
| -#include "web/WebExport.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
| @@ -46,7 +45,7 @@
|
| struct WebCursorInfo;
|
|
|
| // Handles window-level notifications from core on behalf of a WebView.
|
| -class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| +class ChromeClientImpl final : public ChromeClient {
|
| public:
|
| static PassOwnPtrWillBeRawPtr<ChromeClientImpl> create(WebViewImpl*);
|
| ~ChromeClientImpl() override;
|
|
|