Index: ui/views/touchui/touch_selection_controller_impl.h |
diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h |
index 6145e97394b1ca3466df4b0828e23d670eceb3cc..04076af2e8fc5688e0aba5f92dedf94d6eb64e7f 100644 |
--- a/ui/views/touchui/touch_selection_controller_impl.h |
+++ b/ui/views/touchui/touch_selection_controller_impl.h |
@@ -14,6 +14,10 @@ |
namespace views { |
+namespace test { |
+class WidgetTestInteractive; |
+} |
+ |
// Touch specific implementation of TouchSelectionController. Responsible for |
// displaying selection handles and menu elements relevant in a touch interface. |
class VIEWS_EXPORT TouchSelectionControllerImpl |
@@ -37,6 +41,7 @@ class VIEWS_EXPORT TouchSelectionControllerImpl |
private: |
friend class TouchSelectionControllerImplTest; |
+ friend class test::WidgetTestInteractive; |
void SetDraggingHandle(EditingHandleView* handle); |