| Index: third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| index cd1d0a93a9f4696b0616c3cad826523bdda060b7..83df1caa635db627c92be02306fbafd39801d89d 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.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/facedetection.mojom-blink.h"
|
|
|
| namespace blink {
|
|
|