| Index: third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
|
| diff --git a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
|
| index cf99ae6d8e75834c0f01a683fccd0e3e3985c89b..1f6a479d8c22017486e0e4dbb35c089b4cb6e393 100644
|
| --- a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
|
| +++ b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
|
| @@ -5,7 +5,7 @@ let mockBarcodeDetectionReady = define(
|
| ['services/shape_detection/public/interfaces/barcodedetection.mojom',
|
| 'mojo/public/js/bindings',
|
| 'mojo/public/js/core',
|
| - 'content/public/renderer/frame_interfaces',
|
| + 'content/public/renderer/interfaces',
|
| ], (barcodeDetection, bindings, mojo, interfaces) => {
|
|
|
| class MockBarcodeDetection {
|
|
|