| Index: net/disk_cache/blockfile/backend_worker_v3.cc
 | 
| diff --git a/net/disk_cache/blockfile/backend_worker_v3.cc b/net/disk_cache/blockfile/backend_worker_v3.cc
 | 
| index 1d89de6244ae2589ac47388373afde70d7e5db15..b0f3250c52a93dd7f0e57437bd5f86cbe5ba3c5b 100644
 | 
| --- a/net/disk_cache/blockfile/backend_worker_v3.cc
 | 
| +++ b/net/disk_cache/blockfile/backend_worker_v3.cc
 | 
| @@ -26,7 +26,7 @@ namespace {
 | 
|  
 | 
|  #if defined(V3_NOT_JUST_YET_READY)
 | 
|  
 | 
| -const char* kIndexName = "index";
 | 
| +const char kIndexName[] = "index";
 | 
|  
 | 
|  // Seems like ~240 MB correspond to less than 50k entries for 99% of the people.
 | 
|  // Note that the actual target is to keep the index table load factor under 55%
 | 
| 
 |