| 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 e5f2ea613a32944707b5b99c6544980e153ea4a7..9a41237b51da39125a8c40099da74da13e28c417 100644
|
| --- a/third_party/WebKit/Source/core/dom/TouchList.h
|
| +++ b/third_party/WebKit/Source/core/dom/TouchList.h
|
| @@ -30,7 +30,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Touch.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|