| Index: components/nacl/browser/nacl_process_host.h
|
| diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h
|
| index 324db114e0201e94ac9686688618cc961a3c83b4..e7e0135aecb8e69bd971abc727b4d78aa5f3d7e1 100644
|
| --- a/components/nacl/browser/nacl_process_host.h
|
| +++ b/components/nacl/browser/nacl_process_host.h
|
| @@ -74,8 +74,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| const GURL& manifest_url,
|
| base::File nexe_file,
|
| const NaClFileToken& nexe_token,
|
| - const std::vector<
|
| - nacl::NaClResourceFileInfo>& prefetched_resource_files_info,
|
| + const std::vector<NaClResourcePrefetchResult>& prefetched_resource_files,
|
| ppapi::PpapiPermissions permissions,
|
| int render_view_id,
|
| uint32 permission_bits,
|
| @@ -198,7 +197,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| GURL manifest_url_;
|
| base::File nexe_file_;
|
| NaClFileToken nexe_token_;
|
| - std::vector<nacl::NaClResourceFileInfo> prefetched_resource_files_info_;
|
| + std::vector<NaClResourcePrefetchResult> prefetched_resource_files_;
|
|
|
| ppapi::PpapiPermissions permissions_;
|
|
|
|
|