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

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

Issue 2027023002: ImageCapture: move mojom from WebKit/public to media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rockot@s comment, image_capture.mojom to media/mojo/interfaces/ Created 4 years, 7 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/imagecapture/resources/mock-imagecapture.js
diff --git a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
index 5fc859e97194aebd139756c62bf0e763b1e56e8d..b74ba643d9a872eb66c9512effbdb9d0c133720b 100644
--- a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
+++ b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
@@ -2,7 +2,7 @@
let mockImageCaptureReady = define(
'mockImageCapture',
- ['third_party/WebKit/public/platform/modules/imagecapture/image_capture.mojom',
+ ['media/capture/imagecapture/image_capture.mojom',
'mojo/public/js/bindings',
'mojo/public/js/connection',
'content/public/renderer/service_registry',

Powered by Google App Engine
This is Rietveld 408576698