| Index: net/http/http_response_headers.cc
|
| ===================================================================
|
| --- net/http/http_response_headers.cc (revision 2437)
|
| +++ net/http/http_response_headers.cc (working copy)
|
| @@ -453,8 +453,8 @@
|
| raw_headers_ = "HTTP/1.0";
|
| }
|
| if (parsed_http_version_ != http_version_) {
|
| - DLOG(INFO) << "assuming HTTP/" << http_version_.major() << "."
|
| - << http_version_.minor();
|
| + DLOG(INFO) << "assuming HTTP/" << http_version_.major_version() << "."
|
| + << http_version_.minor_version();
|
| }
|
|
|
| // TODO(eroman): this doesn't make sense if ParseVersion failed.
|
|
|