| Index: net/disk_cache/blockfile/backend_impl.cc
|
| diff --git a/net/disk_cache/blockfile/backend_impl.cc b/net/disk_cache/blockfile/backend_impl.cc
|
| index bf76842cc8655ff264c0145a3b8fbcafe6c9d022..980249bf691ff223fbe56346b911587b3e26e0f3 100644
|
| --- a/net/disk_cache/blockfile/backend_impl.cc
|
| +++ b/net/disk_cache/blockfile/backend_impl.cc
|
| @@ -41,7 +41,7 @@ using base::TimeTicks;
|
|
|
| namespace {
|
|
|
| -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%
|
|
|