Index: ppapi/proxy/file_mapping_resource.h |
diff --git a/ppapi/proxy/file_mapping_resource.h b/ppapi/proxy/file_mapping_resource.h |
index 240da211b513a6be5b22a627f0a69f31eb3c0dc7..31c49f9d17bd422107d274c2bf072812234fca75 100644 |
--- a/ppapi/proxy/file_mapping_resource.h |
+++ b/ppapi/proxy/file_mapping_resource.h |
@@ -57,7 +57,7 @@ class PPAPI_PROXY_EXPORT FileMappingResource |
// implementation is platform specific. See file_mapping_resource_posix.cc and |
// file_mapping_resource_win.cc. |
static MapResult DoMapBlocking( |
- scoped_refptr<FileIOResource::FileHandleHolder> handle, |
+ scoped_refptr<FileIOResource::FileHolder> file_holder, |
void* address_hint, |
int64_t length, |
uint32_t protection, |