| Index: third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
|
| index 8e48375370a12826de3f1166dd09208675d3080d..1faf89f7727c4a8bcbeb293978e3c643e5d2693a 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-facedetection.js
|
| @@ -6,7 +6,7 @@ let mockFaceDetectionProviderReady = define(
|
| 'services/shape_detection/public/interfaces/facedetection_provider.mojom',
|
| 'mojo/public/js/bindings',
|
| 'mojo/public/js/core',
|
| - 'content/public/renderer/frame_interfaces',
|
| + 'content/public/renderer/interfaces',
|
| ], (faceDetection, faceDetectionProvider, bindings, mojo, interfaces) => {
|
|
|
| class MockFaceDetectionProvider {
|
|
|