| Index: ppapi/native_client/src/trusted/plugin/plugin.h
 | 
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
 | 
| index 240d3149ca81b6e0c83f1fcae147a084d11507f9..4e0ad3c9b43d556595fa5894981ea6018d5ca245 100644
 | 
| --- a/ppapi/native_client/src/trusted/plugin/plugin.h
 | 
| +++ b/ppapi/native_client/src/trusted/plugin/plugin.h
 | 
| @@ -455,7 +455,7 @@ class Plugin : public pp::InstancePrivate {
 | 
|    std::set<FileDownloader*> url_downloaders_;
 | 
|    // Keep track of file descriptors opened by StreamAsFile().
 | 
|    // These are owned by the browser.
 | 
| -  std::map<nacl::string, struct NaClFileInfo> url_file_info_map_;
 | 
| +  std::map<nacl::string, NaClFileInfoAutoCloser*> url_file_info_map_;
 | 
|  
 | 
|    // Pending progress events.
 | 
|    std::queue<ProgressEvent*> progress_events_;
 | 
| 
 |