| Index: net/log/net_log_with_source.cc
|
| diff --git a/net/log/net_log_with_source.cc b/net/log/net_log_with_source.cc
|
| index 8a03c8c66b847f358c6a4c916073f02ac7729c7f..fc954ba4f73ef24dfda4c045ac477afd4aeeb575 100644
|
| --- a/net/log/net_log_with_source.cc
|
| +++ b/net/log/net_log_with_source.cc
|
| @@ -23,7 +23,7 @@ namespace {
|
| // Returns parameters for logging data transferred events. At a minimum includes
|
| // the number of bytes transferred. If the capture mode allows logging byte
|
| // contents and |byte_count| > 0, then will include the actual bytes. The
|
| -// bytes are hex-encoded, since base::StringValue only supports UTF-8.
|
| +// bytes are hex-encoded, since base::Value only supports UTF-8.
|
| std::unique_ptr<base::Value> BytesTransferredCallback(
|
| int byte_count,
|
| const char* bytes,
|
|
|