| Index: components/nacl/renderer/json_manifest.h
|
| diff --git a/components/nacl/renderer/json_manifest.h b/components/nacl/renderer/json_manifest.h
|
| index 4117966ba6606db917b8070e5f0c4c2e8b68be93..8d75aefd222ba41ab6532c00fd4bdce4a7130a28 100644
|
| --- a/components/nacl/renderer/json_manifest.h
|
| +++ b/components/nacl/renderer/json_manifest.h
|
| @@ -16,6 +16,7 @@
|
| namespace nacl {
|
| class JsonManifest;
|
| class NexeLoadManager;
|
| +struct NaClResourcePrefetchRequest;
|
|
|
| class JsonManifest {
|
| public:
|
| @@ -43,7 +44,7 @@ class JsonManifest {
|
| // Gets all the keys and their URLs in the "files" section that are
|
| // prefetchable.
|
| void GetPrefetchableFiles(
|
| - std::vector<std::pair<std::string, std::string> >* out_files) const;
|
| + std::vector<NaClResourcePrefetchRequest>* out_files) const;
|
|
|
| // Resolves a key from the "files" section to a fully resolved URL,
|
| // i.e., relative URL values are fully expanded relative to the
|
|
|