Chromium Code Reviews| Index: ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h |
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h |
| index 76621e5ec5a2f80d8fd388a17316ef310606411d..52f15a3cf74028a6795a0f5156a5e8779e33ff43 100644 |
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h |
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h |
| @@ -25,7 +25,6 @@ class DescWrapper; |
| namespace plugin { |
| -class LocalTempFile; |
| class Manifest; |
| class NaClSubprocess; |
| class Plugin; |
| @@ -43,7 +42,7 @@ class PnaclTranslateThread { |
| const Manifest* manifest, |
| const Manifest* ld_manifest, |
| TempFile* obj_file, |
| - LocalTempFile* nexe_file, |
| + TempFile* nexe_file, |
|
jvoung (off chromium)
2012/08/01 23:14:46
Or we can allow RunTranslate to take the cache fil
|
| ErrorInfo* error_info, |
| PnaclResources* resources, |
| Plugin* plugin); |
| @@ -115,7 +114,7 @@ class PnaclTranslateThread { |
| const Manifest* manifest_; |
| const Manifest* ld_manifest_; |
| TempFile* obj_file_; |
| - LocalTempFile* nexe_file_; |
| + TempFile* nexe_file_; |
| ErrorInfo* coordinator_error_info_; |
| PnaclResources* resources_; |
| Plugin* plugin_; |