summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/npobject_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin/npobject_proxy.h')
-rw-r--r--chrome/plugin/npobject_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/npobject_proxy.h b/chrome/plugin/npobject_proxy.h
index bb0ec2c..d4a22d4 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_;
};