| Index: third_party/WebKit/Source/core/input/TouchEventManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.cpp b/third_party/WebKit/Source/core/input/TouchEventManager.cpp
|
| index 149cff36bc908842d65b6dc63fe73d9b538f3a66..561061d82c32a9c1d2b18db0d5bc94dcdf87331b 100644
|
| --- a/third_party/WebKit/Source/core/input/TouchEventManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/TouchEventManager.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "core/input/TouchEventManager.h"
|
|
|
| +#include <memory>
|
| #include "core/dom/Document.h"
|
| #include "core/events/TouchEvent.h"
|
| #include "core/frame/Deprecation.h"
|
| @@ -20,7 +21,6 @@
|
| #include "public/platform/WebTouchEvent.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|