| Index: net/disk_cache/simple/simple_index.cc
|
| diff --git a/net/disk_cache/simple/simple_index.cc b/net/disk_cache/simple/simple_index.cc
|
| index fb264c510b9b7314dd5b13792df971880e45f8d8..60ada0d8c0a62dd5d3ad1ed948916284496d9a62 100644
|
| --- a/net/disk_cache/simple/simple_index.cc
|
| +++ b/net/disk_cache/simple/simple_index.cc
|
| @@ -46,7 +46,7 @@ SimpleIndex::SimpleIndex(
|
| const base::FilePath& path)
|
| : path_(path),
|
| cache_thread_(cache_thread) {
|
| - index_filename_ = path_.AppendASCII("simple-index");
|
| + index_filename_ = path_.AppendASCII("index");
|
| }
|
|
|
| bool SimpleIndex::Initialize() {
|
|
|