| Index: net/disk_cache/blockfile/backend_impl_v3.cc
|
| diff --git a/net/disk_cache/blockfile/backend_impl_v3.cc b/net/disk_cache/blockfile/backend_impl_v3.cc
|
| index 0b0e2326a6c44ba85fd17ccfef6a84358fed65d9..6d73d075e4b3ec21b75990bbd9e910ab30bdb88c 100644
|
| --- a/net/disk_cache/blockfile/backend_impl_v3.cc
|
| +++ b/net/disk_cache/blockfile/backend_impl_v3.cc
|
| @@ -230,7 +230,8 @@ bool BackendImplV3::IsLoaded() const {
|
| }
|
|
|
| std::string BackendImplV3::HistogramName(const char* name) const {
|
| - static const char* names[] = { "Http", "", "Media", "AppCache", "Shader" };
|
| + static const char* const names[] = {
|
| + "Http", "", "Media", "AppCache", "Shader" };
|
| DCHECK_NE(cache_type_, net::MEMORY_CACHE);
|
| return base::StringPrintf("DiskCache3.%s_%s", name, names[cache_type_]);
|
| }
|
|
|