Index: net/disk_cache/mapped_file_win.cc |
=================================================================== |
--- net/disk_cache/mapped_file_win.cc (revision 4450) |
+++ net/disk_cache/mapped_file_win.cc (working copy) |
@@ -15,7 +15,7 @@ |
buffer_ = NULL; |
init_ = true; |
- section_ = CreateFileMapping(os_file(), NULL, PAGE_READWRITE, 0, |
+ section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0, |
static_cast<DWORD>(size), NULL); |
if (!section_) |
return NULL; |