| Index: third_party/WebKit/Source/modules/imagecapture/BUILD.gn | 
| diff --git a/third_party/WebKit/Source/modules/imagecapture/BUILD.gn b/third_party/WebKit/Source/modules/imagecapture/BUILD.gn | 
| index dfed63fd4777098b94833b2d4d7d8da9fc320baf..9262549780fd6768f1fc761a0fa06559f6c3b80d 100644 | 
| --- a/third_party/WebKit/Source/modules/imagecapture/BUILD.gn | 
| +++ b/third_party/WebKit/Source/modules/imagecapture/BUILD.gn | 
| @@ -14,6 +14,6 @@ blink_modules_sources("imagecapture") { | 
| ] | 
|  | 
| deps = [ | 
| -    "//media/mojo/interfaces:image_capture_blink", | 
| +    "//media/capture/mojo:image_capture_blink", | 
| ] | 
| } | 
|  |