| Index: ui/base/touch/selection_bound.h
|
| diff --git a/ui/base/touch/selection_bound.h b/ui/base/touch/selection_bound.h
|
| index f7f0f97870a6a9b23417be692a21468b6c421d90..27d734a18de8589d2d4ac42fc86e680f3b7832d8 100644
|
| --- a/ui/base/touch/selection_bound.h
|
| +++ b/ui/base/touch/selection_bound.h
|
| @@ -6,8 +6,8 @@
|
| #define UI_BASE_TOUCH_SELECTION_BOUND_H_
|
|
|
| #include "ui/base/ui_base_export.h"
|
| -#include "ui/gfx/point.h"
|
| -#include "ui/gfx/point_f.h"
|
| +#include "ui/gfx/geometry/point.h"
|
| +#include "ui/gfx/geometry/point_f.h"
|
|
|
| namespace cc {
|
| struct ViewportSelectionBound;
|
|
|