| Index: third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.h b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| index 617ee10ef849fc4c4e61a9c6e9e0e48c71bed19d..b6ffa2dd437c77f79d9cec7292e4ba359d4aad43 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/events/PointerEvent.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| #include "public/platform/WebPointerProperties.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|