diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/file_util.h b/base/file_util.h index c86e6e4..60e9793 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -290,9 +290,6 @@ bool CreateTemporaryFileInDir(const FilePath& dir, // If success, return true and output the full path of the directory created. bool CreateNewTempDirectory(const FilePath::StringType& prefix, FilePath* new_temp_path); -// Deprecated temporary compatibility function. -bool CreateNewTempDirectory(const std::wstring& prefix, - std::wstring* new_temp_path); // Creates a directory, as well as creating any parent directories, if they // don't exist. Returns 'true' on successful creation, or if the directory |