| Index: content/common/input/synthetic_smooth_scroll_gesture_params.h
|
| diff --git a/content/common/input/synthetic_smooth_scroll_gesture_params.h b/content/common/input/synthetic_smooth_scroll_gesture_params.h
|
| index 4fe027edc8bbb3c1c7b327292d064e68cec36f0e..84705390c163ba3818298cfbee00acb9e67c363f 100644
|
| --- a/content/common/input/synthetic_smooth_scroll_gesture_params.h
|
| +++ b/content/common/input/synthetic_smooth_scroll_gesture_params.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "content/common/content_export.h"
|
| #include "content/common/input/synthetic_gesture_params.h"
|
| -#include "ui/gfx/point.h"
|
| -#include "ui/gfx/vector2d.h"
|
| +#include "ui/gfx/geometry/point.h"
|
| +#include "ui/gfx/geometry/vector2d.h"
|
|
|
| namespace content {
|
|
|
|
|