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 72604e8..01d9eab 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 "";
+ return std::string();
}
std::string FilePath::AsUTF8Unsafe() const {