Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1133)

Unified Diff: net/dns/dns_query.h

Issue 9113022: Adds PriorityQueue and PrioritizedDispatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied review. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698