summaryrefslogtreecommitdiffstats
path: root/base/file_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_util.h')
-rw-r--r--base/file_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/file_util.h b/base/file_util.h
index c546b9a..3a06671 100644
--- a/base/file_util.h
+++ b/base/file_util.h
@@ -215,6 +215,8 @@ bool ContentsEqual(const std::wstring& filename1,
// Read the file at |path| into |contents|, returning true on success.
// Useful for unit tests.
+bool ReadFileToString(const FilePath& path, std::string* contents);
+// Deprecated version.
bool ReadFileToString(const std::wstring& path, std::string* contents);
#if defined(OS_WIN)