| Index: net/http/http_vary_data.cc
|
| diff --git a/net/http/http_vary_data.cc b/net/http/http_vary_data.cc
|
| index cb41a363d0a508aa1915e804ec877ac2108bc800..882dc78b4ae2944e2daa95d9a1f65600d8d3520f 100644
|
| --- a/net/http/http_vary_data.cc
|
| +++ b/net/http/http_vary_data.cc
|
| @@ -120,7 +120,7 @@ void HttpVaryData::AddField(const HttpRequestInfo& request_info,
|
| // For example, "foo: 12\nbar: 3" looks like "foo: 1\nbar: 23" otherwise.
|
| request_value.append(1, '\n');
|
|
|
| - base::MD5Update(ctx, request_value.data(), request_value.size());
|
| + base::MD5Update(ctx, request_value);
|
| }
|
|
|
| } // namespace net
|
|
|