Chromium Code Reviews| Index: base/files/file_path.cc |
| diff --git a/base/files/file_path.cc b/base/files/file_path.cc |
| index 72604e8d9976699e474f02b678a27e19ab8498b1..01d9eabd915ef5200d06bd5319ec2e8448e415d5 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 { |