| Index: chrome/plugin/npobject_proxy.h
|
| diff --git a/chrome/plugin/npobject_proxy.h b/chrome/plugin/npobject_proxy.h
|
| index bb0ec2c00f2cb4d66b3a6c01e6f31c82b6cac438..d4a22d46f1048fa62daec36979a9927aceeb8b3f 100644
|
| --- a/chrome/plugin/npobject_proxy.h
|
| +++ b/chrome/plugin/npobject_proxy.h
|
| @@ -110,9 +110,9 @@ class NPObjectProxy : public IPC::Channel::Listener,
|
| static void NPPInvalidate(NPObject *obj);
|
| static NPClass npclass_proxy_;
|
|
|
| + scoped_refptr<PluginChannelBase> channel_;
|
| int route_id_;
|
| intptr_t npobject_ptr_;
|
| - scoped_refptr<PluginChannelBase> channel_;
|
| base::WaitableEvent* modal_dialog_event_;
|
| };
|
|
|
|
|