| Index: third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h b/third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h
|
| index 558f1c0b20d706a329d89edd67860c3e64801bff..f2128e0e62f87664144dc9190b004b69b5cc5cd8 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef DOMPointReadOnly_h
|
| #define DOMPointReadOnly_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|