| Index: base/json/json_file_value_serializer.h
|
| diff --git a/base/json/json_file_value_serializer.h b/base/json/json_file_value_serializer.h
|
| index 4a0c334871487851dd3b76361ae0ea56215706dc..80063739dc596948a519d73c4a86d00406f86c82 100644
|
| --- a/base/json/json_file_value_serializer.h
|
| +++ b/base/json/json_file_value_serializer.h
|
| @@ -77,8 +77,8 @@ class BASE_EXPORT JSONFileValueSerializer : public base::ValueSerializer {
|
| base::FilePath json_file_path_;
|
| bool allow_trailing_comma_;
|
|
|
| - // A wrapper for file_util::ReadFileToString which returns a non-zero
|
| - // JsonFileError if there were file errors.
|
| + // A wrapper for ReadFileToString which returns a non-zero JsonFileError if
|
| + // there were file errors.
|
| int ReadFileToString(std::string* json_string);
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(JSONFileValueSerializer);
|
|
|