Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8395550f40c19562c312e7f1b9839afffc3bf72f..cf99ae6d8e75834c0f01a683fccd0e3e3985c89b 100644
--- a/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
+++ b/third_party/WebKit/LayoutTests/shapedetection/resources/mock-barcodedetection.js
@@ -2,7 +2,7 @@
let mockBarcodeDetectionReady = define(
'mockBarcodeDetection',
- ['third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom',
+ ['services/shape_detection/public/interfaces/barcodedetection.mojom',
'mojo/public/js/bindings',
'mojo/public/js/core',
'content/public/renderer/frame_interfaces',

Powered by Google App Engine
This is Rietveld 408576698