summaryrefslogtreecommitdiffstats
path: root/chromium/base/json/json_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/json/json_parser.h')
-rw-r--r--chromium/base/json/json_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/json/json_parser.h b/chromium/base/json/json_parser.h
index d2850e516b2..4f264583638 100644
--- a/chromium/base/json/json_parser.h
+++ b/chromium/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