| Index: third_party/WebKit/Source/core/input/PointerEventManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| index 45e51530c5c1f7f0ff5508ef5613168ac06878c4..5f4e21e77c262fcb524eeac8bc03391d81cbebc3 100644
|
| --- a/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| @@ -10,10 +10,10 @@
|
| #include "core/events/PointerEventFactory.h"
|
| #include "core/input/BoundaryEventDispatcher.h"
|
| #include "core/input/TouchEventManager.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| #include "public/platform/WebInputEventResult.h"
|
| #include "public/platform/WebPointerProperties.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|