| Index: net/disk_cache/blockfile/block_files.cc
|
| diff --git a/net/disk_cache/blockfile/block_files.cc b/net/disk_cache/blockfile/block_files.cc
|
| index 525141b66c2a88ad18bc094e36a6642b11354dd0..9aa8f0f1856e81048b545058779b75acc8e33736 100644
|
| --- a/net/disk_cache/blockfile/block_files.cc
|
| +++ b/net/disk_cache/blockfile/block_files.cc
|
| @@ -20,7 +20,7 @@ using base::TimeTicks;
|
|
|
| namespace {
|
|
|
| -const char* kBlockName = "data_";
|
| +const char kBlockName[] = "data_";
|
|
|
| // This array is used to perform a fast lookup of the nibble bit pattern to the
|
| // type of entry that can be stored there (number of consecutive blocks).
|
|
|