Index: net/disk_cache/blockfile/block_files.h |
diff --git a/net/disk_cache/blockfile/block_files.h b/net/disk_cache/blockfile/block_files.h |
index f84c314944a6691a1ee5b8913d203a5b0dcc91f2..3bb683ca384852d4ceac0c8432557d80253f2d06 100644 |
--- a/net/disk_cache/blockfile/block_files.h |
+++ b/net/disk_cache/blockfile/block_files.h |
@@ -151,7 +151,7 @@ class NET_EXPORT_PRIVATE BlockFiles { |
base::FilePath Name(int index); |
bool init_; |
- char* zero_buffer_; // Buffer to speed-up cleaning deleted entries. |
+ char* zero_buffer_; // Buffer to speed-up cleaning deleted entries. |
base::FilePath path_; // Path to the backing folder. |
std::vector<MappedFile*> block_files_; // The actual files. |
scoped_ptr<base::ThreadChecker> thread_checker_; |