| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 954046b410798d3c87a4be8b0e112b3f47d3b32e..3b9967898df2bd722f2dbb2f6f057f551dd80a1f 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -526,8 +526,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| // TODO(nasko): Move to RenderFrameHost, as this is per-frame state.
|
| base::Closure pending_shutdown_on_swap_out_;
|
|
|
| - base::WeakPtrFactory<RenderViewHostImpl> weak_factory_;
|
| -
|
| // True if the current focused element is editable.
|
| bool is_focused_element_editable_;
|
|
|
| @@ -538,6 +536,8 @@ class CONTENT_EXPORT RenderViewHostImpl
|
|
|
| bool updating_web_preferences_;
|
|
|
| + base::WeakPtrFactory<RenderViewHostImpl> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(RenderViewHostImpl);
|
| };
|
|
|
|
|