| Index: third_party/WebKit/Source/web/WebInputEvent.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputEvent.cpp b/third_party/WebKit/Source/web/WebInputEvent.cpp
|
| index 8523b4a9e05e078c9ea4729bd3026d836e824587..60b965a2cd03972bb8ca5785029aabd8329fea30 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEvent.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputEvent.cpp
|
| @@ -28,9 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "public/web/WebInputEvent.h"
|
| +#include "public/platform/WebInputEvent.h"
|
|
|
| #include "platform/KeyboardCodes.h"
|
| +#include "public/platform/WebGestureEvent.h"
|
| #include "wtf/ASCIICType.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/StringExtras.h"
|
|
|