| Index: base/json/json_parser.h
|
| diff --git a/base/json/json_parser.h b/base/json/json_parser.h
|
| index d2850e516b2ae3f6a7cb02761183873d67649a33..4f264583638f561c43f17aa6d7c108e7f912da2d 100644
|
| --- a/base/json/json_parser.h
|
| +++ b/base/json/json_parser.h
|
| @@ -31,7 +31,7 @@ class JSONParserTest;
|
| // to be used directly; it encapsulates logic that need not be exposed publicly.
|
| //
|
| // This parser guarantees O(n) time through the input string. It also optimizes
|
| -// base::StringValue by using StringPiece where possible when returning Value
|
| +// base::Value by using StringPiece where possible when returning Value
|
| // objects by using "hidden roots," discussed in the implementation.
|
| //
|
| // Iteration happens on the byte level, with the functions CanConsume and
|
|
|