| Index: third_party/WebKit/Source/modules/shapedetection/DetectedFace.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.h b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.h
|
| index 4683c02d4ee639b75bef3fe9d651fd65a10c2881..88a30885413b1ba81e0a8e9a1797d801973867dd 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef DetectedFace_h
|
| #define DetectedFace_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/ModulesExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|