diff options
Diffstat (limited to 'net/disk_cache/file_posix.cc')
-rw-r--r-- | net/disk_cache/file_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/file_posix.cc b/net/disk_cache/file_posix.cc index 8985c0d..a7d1c24 100644 --- a/net/disk_cache/file_posix.cc +++ b/net/disk_cache/file_posix.cc @@ -12,7 +12,7 @@ namespace disk_cache { File::File(base::PlatformFile file) - : init_(true), platform_file_(file) { + : init_(true), mixed_(true), platform_file_(file) { } bool File::Init(const std::wstring& name) { |