| Index: third_party/WebKit/Source/core/input/GestureManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/GestureManager.h b/third_party/WebKit/Source/core/input/GestureManager.h
|
| index 71254134c78c5a6242e29dbfaa9d594ed8b20aa7..47c024d7c25458395aa719ea291cac3734465d90 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.h
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.h
|
| @@ -9,9 +9,9 @@
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/layout/HitTestRequest.h"
|
| #include "core/page/EventWithHitTestResults.h"
|
| +#include "platform/wtf/Optional.h"
|
| +#include "platform/wtf/Time.h"
|
| #include "public/platform/WebInputEventResult.h"
|
| -#include "wtf/Optional.h"
|
| -#include "wtf/Time.h"
|
|
|
| namespace blink {
|
|
|
|
|