| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index b3dd4bbbac964387dcae01f32cf009320a95f10a..c4d0b393f89eab595764a0f0eff52e52ec5f82c5 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -41,7 +41,7 @@ namespace views {
|
|
|
| class NativeWidget;
|
| class NonClientFrameView;
|
| -class ViewsTouchSelectionControllerFactory;
|
| +class ViewsTouchEditingControllerFactory;
|
| class View;
|
| class Widget;
|
| namespace internal {
|
| @@ -148,7 +148,7 @@ class VIEWS_EXPORT ViewsDelegate {
|
| static ViewsDelegate* views_delegate;
|
|
|
| private:
|
| - scoped_ptr<ViewsTouchSelectionControllerFactory> views_tsc_factory_;
|
| + scoped_ptr<ViewsTouchEditingControllerFactory> views_tsc_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ViewsDelegate);
|
| };
|
|
|