| Index: third_party/WebKit/Source/core/dom/ClientRect.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ClientRect.h b/third_party/WebKit/Source/core/dom/ClientRect.h
|
| index 085378f60b35340f9082d4b04742e79fab24ab98..e5a8f50061399fb6f5eda2bede5b7c018d59d575 100644
|
| --- a/third_party/WebKit/Source/core/dom/ClientRect.h
|
| +++ b/third_party/WebKit/Source/core/dom/ClientRect.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef ClientRect_h
|
| #define ClientRect_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/heap/Handle.h"
|
|
|
|
|