summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/mapped_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/mapped_file.h')
-rw-r--r--net/disk_cache/mapped_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/disk_cache/mapped_file.h b/net/disk_cache/mapped_file.h
index cb2da0c..693ea90 100644
--- a/net/disk_cache/mapped_file.h
+++ b/net/disk_cache/mapped_file.h
@@ -65,7 +65,9 @@ class MappedFile : public File {
private:
bool init_;
+#if defined(OS_WIN)
HANDLE section_;
+#endif
void* buffer_; // Address of the memory mapped buffer.
size_t view_size_; // Size of the memory pointed by buffer_.