| Index: third_party/WebKit/Source/modules/shapedetection/DetectedFace.cpp
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.cpp b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.cpp
|
| index 3bc577969926be50ec69ce877f45ce66f3371a6b..a2fa886ea3c0602a2ab2ed4c5a0c1eb88ffe88a0 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.cpp
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "modules/shapedetection/DetectedFace.h"
|
|
|
| -#include "core/geometry/DOMRect.h"
|
| +#include "core/dom/DOMRect.h"
|
|
|
| namespace blink {
|
|
|
|
|