Index: chrome/browser/nacl_host/pnacl_host.h |
diff --git a/chrome/browser/nacl_host/pnacl_host.h b/chrome/browser/nacl_host/pnacl_host.h |
index 3c0d2e80ffe3aa76ebb336ccfa22b47f73e53a5a..b2f69843d005d17d91aea98e71e29a2785ace543 100644 |
--- a/chrome/browser/nacl_host/pnacl_host.h |
+++ b/chrome/browser/nacl_host/pnacl_host.h |
@@ -129,7 +129,8 @@ class PnaclHost { |
void InitForTest(base::FilePath temp_dir); |
void OnCacheInitialized(int net_error); |
- static base::PlatformFile DoCreateTemporaryFile(base::FilePath temp_dir_); |
+ static void DoCreateTemporaryFile(base::FilePath temp_dir_, |
+ TempFileCallback cb); |
// GetNexeFd common steps |
void SendCacheQueryAndTempFileRequest(const std::string& key, |