| Index: net/disk_cache/simple/simple_util_win.cc
|
| diff --git a/net/disk_cache/simple/simple_util_win.cc b/net/disk_cache/simple/simple_util_win.cc
|
| index d0d191dbacdd935defd5ac478cc97d6703f23d5a..f2adcd04b898603b7e8d80cb8fc197f5565f8ed2 100644
|
| --- a/net/disk_cache/simple/simple_util_win.cc
|
| +++ b/net/disk_cache/simple/simple_util_win.cc
|
| @@ -24,7 +24,7 @@ bool SimpleCacheDeleteFile(const base::FilePath& path) {
|
| // Why a random name? Because if the name was derived from our original name,
|
| // then churn on a particular cache entry could cause flakey behaviour.
|
|
|
| - // TODO(gaivnp): Ensure these "todelete_" files are cleaned up on periodic
|
| + // TODO(gavinp): Ensure these "todelete_" files are cleaned up on periodic
|
| // directory sweeps.
|
| const base::FilePath rename_target =
|
| path.DirName().AppendASCII(base::StringPrintf("todelete_%016" PRIx64,
|
|
|