| Index: base/json/json_parser.h
|
| diff --git a/base/json/json_parser.h b/base/json/json_parser.h
|
| index 901e67911d32a7ab9b6df7e1631910a3e5ce562a..56e49a26a74d704548fbc53c0b1c444d01c782e1 100644
|
| --- a/base/json/json_parser.h
|
| +++ b/base/json/json_parser.h
|
| @@ -66,7 +66,7 @@ class BASE_EXPORT_PRIVATE JSONParser {
|
|
|
| // Parses the input string according to the set options and returns the
|
| // result as a Value owned by the caller.
|
| - Value* Parse(const std::string& input);
|
| + Value* Parse(const StringPiece& input);
|
|
|
| // Returns the error code.
|
| JSONReader::JsonParseError error_code() const;
|
|
|