| Index: third_party/WebKit/Source/core/editing/DOMSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/DOMSelection.h b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| index 4ade7675d64c34b149626952da3c5bc0ff7a21f1..a33728ee8be47cb5cfcb9c42c84726f562975640 100644
|
| --- a/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/DOMSelection.h
|
| @@ -30,10 +30,10 @@
|
| #ifndef DOMSelection_h
|
| #define DOMSelection_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/editing/Position.h"
|
| #include "core/editing/VisibleSelection.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Forward.h"
|
|
|
|
|