| Index: base/json/json_reader.cc
|
| diff --git a/base/json/json_reader.cc b/base/json/json_reader.cc
|
| index bbaf5fb349bcf396d9fa26f6ba0269faac0d9315..e8445bf374bda74832d6485109b63d9fa1de6944 100644
|
| --- a/base/json/json_reader.cc
|
| +++ b/base/json/json_reader.cc
|
| @@ -498,7 +498,7 @@ Value* JSONReader::DecodeString(const Token& token) {
|
|
|
| default:
|
| // We should only have valid strings at this point. If not,
|
| - // ParseStringToken didn't do it's job.
|
| + // ParseStringToken didn't do its job.
|
| NOTREACHED();
|
| return NULL;
|
| }
|
|
|