| 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..e748c97a938bfc3e055faec96c39f5ee2b0168c1 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, struct NaClFileInfoAutoCloser*> url_file_info_map_;
|
|
|
| // Pending progress events.
|
| std::queue<ProgressEvent*> progress_events_;
|
|
|