| Index: base/test/test_file_util.h
|
| diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h
|
| index 776b776a0abce5df89e8f67a955b8de0666f0113..295fb8524984797c4cbd649158b81c60ee395354 100644
|
| --- a/base/test/test_file_util.h
|
| +++ b/base/test/test_file_util.h
|
| @@ -52,12 +52,6 @@ bool HasInternetZoneIdentifier(const FilePath& full_path);
|
| // TODO(brettw) move all of this to the base namespace.
|
| namespace file_util {
|
|
|
| -// In general it's not reliable to convert a FilePath to a wstring and we use
|
| -// string16 elsewhere for Unicode strings, but in tests it is frequently
|
| -// convenient to be able to compare paths to literals like L"foobar".
|
| -std::wstring FilePathAsWString(const base::FilePath& path);
|
| -base::FilePath WStringAsFilePath(const std::wstring& path);
|
| -
|
| // For testing, make the file unreadable or unwritable.
|
| // In POSIX, this does not apply to the root user.
|
| bool MakeFileUnreadable(const base::FilePath& path) WARN_UNUSED_RESULT;
|
|
|