| Index: third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.cpp b/third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
| index 01ff3cf50de7e1ef6e0fbfb4724bec555506383c..51501f37e039a2bf257d43cb321a63cd0b8543d6 100644
|
| --- a/third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/PointerEventManager.cpp
|
| @@ -18,8 +18,8 @@
|
| #include "core/layout/HitTestCanvasResult.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/Page.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| #include "public/platform/WebTouchEvent.h"
|
| -#include "wtf/AutoReset.h"
|
|
|
| namespace blink {
|
|
|
|
|