| Index: third_party/WebKit/Source/core/dom/TouchList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TouchList.h b/third_party/WebKit/Source/core/dom/TouchList.h
|
| index 1a30ab008aff67dbe0e7e7bfd96915e3cce7e849..bbe0e784358456e62687eb61df7ddf703512bfb5 100644
|
| --- a/third_party/WebKit/Source/core/dom/TouchList.h
|
| +++ b/third_party/WebKit/Source/core/dom/TouchList.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef TouchList_h
|
| #define TouchList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Touch.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Vector.h"
|
|
|
|
|