summaryrefslogtreecommitdiffstats
path: root/base/files/file_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/files/file_path.cc')
-rw-r--r--base/files/file_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/files/file_path.cc b/base/files/file_path.cc
index 01d9eab..72604e8 100644
--- a/base/files/file_path.cc
+++ b/base/files/file_path.cc
@@ -552,7 +552,7 @@ string16 FilePath::LossyDisplayName() const {
std::string FilePath::MaybeAsASCII() const {
if (IsStringASCII(path_))
return path_;
- return std::string();
+ return "";
}
std::string FilePath::AsUTF8Unsafe() const {