| Index: third_party/WebKit/Source/core/dom/StaticRange.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StaticRange.h b/third_party/WebKit/Source/core/dom/StaticRange.h
|
| index 5fc44d19aa12c2afd99aba5e65955db2b49baa92..44557380775c6e73989b25b9ea94c797e91d137d 100644
|
| --- a/third_party/WebKit/Source/core/dom/StaticRange.h
|
| +++ b/third_party/WebKit/Source/core/dom/StaticRange.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef StaticRange_h
|
| #define StaticRange_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Range.h"
|
| #include "core/editing/EphemeralRange.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|