| Index: third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h b/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
|
| index a79af1da1b13992a621542f6f2c08f8075f81e5c..78187ff20eb1da6bbbef18d8f4a5bb3fe71efbb8 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef DetectedBarcode_h
|
| #define DetectedBarcode_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/imagecapture/Point2D.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|