| Index: ui/views/accessible_pane_view.h
|
| diff --git a/ui/views/accessible_pane_view.h b/ui/views/accessible_pane_view.h
|
| index cde84a752439301b46cec509fc73baff36c4a260..11ea4486b64d638fd1a34a642bfa1cd335dd6120 100644
|
| --- a/ui/views/accessible_pane_view.h
|
| +++ b/ui/views/accessible_pane_view.h
|
| @@ -101,8 +101,6 @@ class VIEWS_EXPORT AccessiblePaneView : public View,
|
| // is known where to return to.
|
| bool allow_deactivate_on_esc_;
|
|
|
| - base::WeakPtrFactory<AccessiblePaneView> method_factory_;
|
| -
|
| // Save the focus manager rather than calling GetFocusManager(),
|
| // so that we can remove focus listeners in the destructor.
|
| FocusManager* focus_manager_;
|
| @@ -124,6 +122,8 @@ class VIEWS_EXPORT AccessiblePaneView : public View,
|
|
|
| friend class AccessiblePaneViewFocusSearch;
|
|
|
| + base::WeakPtrFactory<AccessiblePaneView> method_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AccessiblePaneView);
|
| };
|
|
|
|
|