| Index: third_party/WebKit/Source/web/TextFinder.h
|
| diff --git a/third_party/WebKit/Source/web/TextFinder.h b/third_party/WebKit/Source/web/TextFinder.h
|
| index e324048a13686e3ca60d1b998ec26725515827af..58458c8679785c9d729826d8cbf94d8916189006 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.h
|
| +++ b/third_party/WebKit/Source/web/TextFinder.h
|
| @@ -38,7 +38,6 @@
|
| #include "public/platform/WebFloatRect.h"
|
| #include "public/platform/WebRect.h"
|
| #include "public/web/WebFindOptions.h"
|
| -#include "web/WebExport.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
| @@ -51,7 +50,7 @@
|
|
|
| template <typename T> class WebVector;
|
|
|
| -class WEB_EXPORT TextFinder final : public NoBaseWillBeGarbageCollectedFinalized<TextFinder> {
|
| +class TextFinder final : public NoBaseWillBeGarbageCollectedFinalized<TextFinder> {
|
| public:
|
| static PassOwnPtrWillBeRawPtr<TextFinder> create(WebLocalFrameImpl& ownerFrame);
|
|
|
|
|