| Index: net/dns/dns_query.h
|
| diff --git a/net/dns/dns_query.h b/net/dns/dns_query.h
|
| index e8511134354265df87966525e1a27dd90a740c12..1db177691df0a54cd6b11aa73bab632f1969b5d5 100644
|
| --- a/net/dns/dns_query.h
|
| +++ b/net/dns/dns_query.h
|
| @@ -32,8 +32,7 @@ class NET_EXPORT_PRIVATE DnsQuery {
|
| base::StringPiece qname() const;
|
| uint16 qtype() const;
|
|
|
| - // Returns the Question section of the query. Used when matching the
|
| - // response.
|
| + // Returns the Question section of the query. Used when matching the response.
|
| base::StringPiece question() const;
|
|
|
| // IOBuffer accessor to be used for writing out the query.
|
|
|