Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ipc / mojo / ipc_channel_mojo_host.h
index dd67897..8289515 100644 (file)
@@ -39,9 +39,9 @@ class IPC_MOJO_EXPORT ChannelMojoHost {
     void operator()(ChannelDelegate* ptr) const;
   };
 
-  base::WeakPtrFactory<ChannelMojoHost> weak_factory_;
   const scoped_refptr<base::TaskRunner> io_task_runner_;
   scoped_ptr<ChannelDelegate, DelegateDeleter> channel_delegate_;
+  base::WeakPtrFactory<ChannelMojoHost> weak_factory_;
 
   DISALLOW_COPY_AND_ASSIGN(ChannelMojoHost);
 };