| Index: third_party/WebKit/Source/core/input/TouchEventManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.h b/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| index 7674ba23ea5e127c042d862a4f0ce807e597479f..d791b497b80851c9f7df3395518bcfab2718f435 100644
|
| --- a/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/TouchEventManager.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/events/PointerEventFactory.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| #include "public/platform/WebInputEventResult.h"
|
| #include "public/platform/WebTouchPoint.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|