| Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| index fbea909a62064b40cf1f0623b566cfb944c32c4d..45d24862c007c330c86cc74831f3fd4b89c3d2fa 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| @@ -20,6 +20,7 @@ namespace blink {
|
| class ExceptionState;
|
| class MediaStreamTrack;
|
| class PhotoSettings;
|
| +class ScriptPromiseResolver;
|
| class WebImageCaptureFrameGrabber;
|
|
|
| // TODO(mcasas): Consideradding a LayoutTest checking that this class is not
|
|
|