Index: components/nacl/browser/nacl_host_message_filter.h |
diff --git a/components/nacl/browser/nacl_host_message_filter.h b/components/nacl/browser/nacl_host_message_filter.h |
index b0e991a7e744d8a2b5ac316fc00d978c44eb991b..a38e184b6827072c0d5a95bf101f2bc75253c18e 100644 |
--- a/components/nacl/browser/nacl_host_message_filter.h |
+++ b/components/nacl/browser/nacl_host_message_filter.h |
@@ -65,7 +65,7 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter { |
void SyncReturnTemporaryFile(IPC::Message* reply_msg, |
base::File file); |
void AsyncReturnTemporaryFile(int pp_instance, |
- base::PlatformFile fd, |
+ const base::File& file, |
bool is_hit); |
void OnNaClDebugEnabledForURL(const GURL& nmf_url, bool* should_debug); |