| Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| index e8b1c1dfe1b3ecd3117c73bcde93ab496a2c82c0..3473914b5ccdff6c4fbefd2446612565d5ad22c8 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
|
| @@ -19,11 +19,11 @@
|
| #include "modules/mediastream/MediaTrackConstraints.h"
|
| #include "platform/WaitableEvent.h"
|
| #include "platform/mojo/MojoHelper.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebImageCaptureFrameGrabber.h"
|
| #include "public/platform/WebMediaStreamTrack.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|