| 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..c6f3a7ee767867ce3165d99631637c905eb3e791 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ImageCapture_h
|
| #define ImageCapture_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| @@ -13,7 +14,6 @@
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/AsyncMethodRunner.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|