| Index: components/nacl/browser/nacl_file_host.h
|
| diff --git a/components/nacl/browser/nacl_file_host.h b/components/nacl/browser/nacl_file_host.h
|
| index 11f533378dbe667aac154883918dadacea7fe742..5af62b843293ca45ab18925863f0348ec6bcca20 100644
|
| --- a/components/nacl/browser/nacl_file_host.h
|
| +++ b/components/nacl/browser/nacl_file_host.h
|
| @@ -6,6 +6,7 @@
|
| #define COMPONENTS_NACL_BROWSER_NACL_FILE_HOST_H_
|
|
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/memory/ref_counted.h"
|
|
|
| @@ -46,6 +47,7 @@ void OpenNaClExecutable(
|
| scoped_refptr<nacl::NaClHostMessageFilter> nacl_host_message_filter,
|
| int render_view_id,
|
| const GURL& file_url,
|
| + const std::vector<GURL>& resource_urls,
|
| IPC::Message* reply_msg);
|
|
|
| } // namespace nacl_file_host
|
|
|