| Index: third_party/WebKit/Source/core/events/WebInputEventConversion.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.cpp b/third_party/WebKit/Source/core/events/WebInputEventConversion.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| rename to third_party/WebKit/Source/core/events/WebInputEventConversion.cpp
|
| index 76b7fa577bb8adab4f337fe354ea385acb9a569e..a21eb86346f6fbd0ad4a2c4381b5c75a41a45b4c 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| +++ b/third_party/WebKit/Source/core/events/WebInputEventConversion.cpp
|
| @@ -28,7 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "web/WebInputEventConversion.h"
|
| +#include "core/events/WebInputEventConversion.h"
|
|
|
| #include "core/dom/Touch.h"
|
| #include "core/dom/TouchList.h"
|
|
|