| Index: base/file_util.h
|
| ===================================================================
|
| --- base/file_util.h (revision 25594)
|
| +++ base/file_util.h (working copy)
|
| @@ -182,8 +182,6 @@
|
|
|
| // Returns true if the given path is writable by the user, false otherwise.
|
| bool PathIsWritable(const FilePath& path);
|
| -// Deprecated temporary compatibility function.
|
| -bool PathIsWritable(const std::wstring& path);
|
|
|
| // Returns true if the given path exists and is a directory, false otherwise.
|
| bool DirectoryExists(const FilePath& path);
|
|
|