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 01d610fff75e546b0864a8c9146f65aa3b11cd65..6c04085d0a7b9dd17d312b8d2b466ad9c9cd373f 100644 |
--- a/components/nacl/browser/nacl_host_message_filter.h |
+++ b/components/nacl/browser/nacl_host_message_filter.h |
@@ -5,9 +5,9 @@ |
#ifndef COMPONENTS_NACL_BROWSER_NACL_HOST_MESSAGE_FILTER_H_ |
#define COMPONENTS_NACL_BROWSER_NACL_HOST_MESSAGE_FILTER_H_ |
+#include "base/files/file.h" |
#include "base/files/file_path.h" |
#include "base/memory/weak_ptr.h" |
-#include "base/platform_file.h" |
#include "content/public/browser/browser_message_filter.h" |
class GURL; |
@@ -63,7 +63,7 @@ class NaClHostMessageFilter : public content::BrowserMessageFilter { |
const GURL& file_url, |
IPC::Message* reply_msg); |
void SyncReturnTemporaryFile(IPC::Message* reply_msg, |
- base::PlatformFile fd); |
+ base::File file); |
void AsyncReturnTemporaryFile(int pp_instance, |
base::PlatformFile fd, |
bool is_hit); |