| Index: content/plugin/webplugin_proxy.h
|
| diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h
|
| index dbc33b0cd9f2cd0d3f520d4243bf1118b3a2ad7f..7efc906e9cab9db0c96a8885054d9fc251930cb7 100644
|
| --- a/content/plugin/webplugin_proxy.h
|
| +++ b/content/plugin/webplugin_proxy.h
|
| @@ -276,7 +276,7 @@ class WebPluginProxy : public webkit::npapi::WebPlugin {
|
| // Contains the routing id of the host render view.
|
| int host_render_view_routing_id_;
|
|
|
| - ScopedRunnableMethodFactory<WebPluginProxy> runnable_method_factory_;
|
| + base::WeakPtrFactory<WebPluginProxy> weak_factory_;
|
| };
|
|
|
| #endif // CONTENT_PLUGIN_WEBPLUGIN_PROXY_H_
|
|
|