| Index: base/test/test_file_util.h
 | 
| diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h
 | 
| index 418c4800df3939f80d6fa22db1900299aa019eae..cf20221d76e7c09a930117efe6ac4f1a757f63a0 100644
 | 
| --- a/base/test/test_file_util.h
 | 
| +++ b/base/test/test_file_util.h
 | 
| @@ -27,7 +27,7 @@ bool EvictFileFromSystemCacheWithRetry(const FilePath& file);
 | 
|  // TODO(brettw) move all of this to the base namespace.
 | 
|  namespace file_util {
 | 
|  
 | 
| -// Wrapper over file_util::Delete. On Windows repeatedly invokes Delete in case
 | 
| +// Wrapper over base::Delete. On Windows repeatedly invokes Delete in case
 | 
|  // of failure to workaround Windows file locking semantics. Returns true on
 | 
|  // success.
 | 
|  bool DieFileDie(const base::FilePath& file, bool recurse);
 | 
| 
 |