Index: components/nacl/common/nacl_types.cc |
diff --git a/components/nacl/common/nacl_types.cc b/components/nacl/common/nacl_types.cc |
index f7e628b45b5714e601b99f62c1e7d2ad939156ce..616657c9a3161d97d4ac47b8ccd7369a85c8a9f5 100644 |
--- a/components/nacl/common/nacl_types.cc |
+++ b/components/nacl/common/nacl_types.cc |
@@ -47,8 +47,7 @@ NaClLaunchParams::NaClLaunchParams( |
const IPC::PlatformFileForTransit& nexe_file, |
uint64_t nexe_token_lo, |
uint64_t nexe_token_hi, |
- const std::vector< |
- std::pair<std::string, std::string> >& resource_files_to_prefetch, |
+ const base::StringPairs& resource_files_to_prefetch, |
int render_view_id, |
uint32 permission_bits, |
bool uses_nonsfi_mode, |