| Index: content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h
|
| diff --git a/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h b/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h
|
| index 080e2dbaec1dcc9970a051e54d1c8bb4f4d8f776..da3e39e210410ffdc618d88f3962c27764db442e 100644
|
| --- a/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h
|
| +++ b/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h
|
| @@ -12,8 +12,8 @@
|
| #include "content/common/input/synthetic_smooth_scroll_gesture_params.h"
|
| #include "content/common/input/synthetic_web_input_event_builders.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| -#include "ui/gfx/vector2d.h"
|
| -#include "ui/gfx/vector2d_f.h"
|
| +#include "ui/gfx/geometry/vector2d.h"
|
| +#include "ui/gfx/geometry/vector2d_f.h"
|
|
|
| namespace content {
|
|
|
|
|