| Index: third_party/WebKit/Source/modules/shapedetection/TextDetector.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/TextDetector.h b/third_party/WebKit/Source/modules/shapedetection/TextDetector.h
|
| index 5a5a6b97f805fb65002e93ab32f0a5da8a796ba5..5bd48439e6287dc0fb0fce7b46111e6c23d0e3e1 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/TextDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/TextDetector.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/canvas2d/CanvasRenderingContext2D.h"
|
| #include "modules/shapedetection/ShapeDetector.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "services/shape_detection/public/interfaces/textdetection.mojom-blink.h"
|
|
|
| namespace blink {
|
|
|