| Index: content/browser/renderer_host/input/ui_touch_selection_helper.h
|
| diff --git a/content/browser/renderer_host/input/ui_touch_selection_helper.h b/content/browser/renderer_host/input/ui_touch_selection_helper.h
|
| index c3660abfc2317bcc45025f2664e988ee1fec23b1..73fa7d2ebf93fbb642bef02e7fb13e2b182d86db 100644
|
| --- a/content/browser/renderer_host/input/ui_touch_selection_helper.h
|
| +++ b/content/browser/renderer_host/input/ui_touch_selection_helper.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CONTENT_BROWSER_RENDERER_HOST_UI_TOUCH_SELECTION_HELPER_H_
|
| #define CONTENT_BROWSER_RENDERER_HOST_UI_TOUCH_SELECTION_HELPER_H_
|
|
|
| -#include "ui/base/touch/selection_bound.h"
|
| +#include "ui/gfx/selection_bound.h"
|
|
|
| namespace cc {
|
| struct ViewportSelectionBound;
|
| @@ -13,7 +13,7 @@ struct ViewportSelectionBound;
|
|
|
| namespace content {
|
|
|
| -ui::SelectionBound ConvertSelectionBound(
|
| +gfx::SelectionBound ConvertSelectionBound(
|
| const cc::ViewportSelectionBound& bound);
|
|
|
| } // namespace content
|
|
|