| Index: ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.h b/ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.h
|
| index 981b6c9eb4eaecfedf1638a083eb1038e55e0ecc..97d145d7dd42aa06a466485da57de5957ef5b9bf 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_streaming_translate_thread.h
|
| @@ -24,7 +24,7 @@ class PnaclStreamingTranslateThread : public PnaclTranslateThread {
|
| virtual void RunTranslate(const pp::CompletionCallback& finish_callback,
|
| const Manifest* manifest,
|
| const Manifest* ld_manifest,
|
| - LocalTempFile* obj_file,
|
| + TempFile* obj_file,
|
| LocalTempFile* nexe_file,
|
| ErrorInfo* error_info,
|
| PnaclResources* resources,
|
|
|