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 f47fe95832e330941bd237232fd3f1264e825774..98ba8ff30a6abda0b450f9d1c0f287507c9ee1e4 100644 |
--- a/net/disk_cache/simple/simple_index.cc |
+++ b/net/disk_cache/simple/simple_index.cc |
@@ -45,7 +45,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() { |