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

Unified Diff: net/dns/dns_transaction.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_transaction.h
diff --git a/net/dns/dns_transaction.h b/net/dns/dns_transaction.h
index faf4f64e79d85859ec84e3aa42f99de44d14033c..7b5fe91f8c5f289bb4349e71c5717d778a22ceb4 100644
--- a/net/dns/dns_transaction.h
+++ b/net/dns/dns_transaction.h
@@ -68,11 +68,10 @@ class NET_EXPORT_PRIVATE DnsTransactionFactory {
// Creates a DnsTransactionFactory which creates DnsTransactionImpl using the
// |session|.
- static scoped_ptr<DnsTransactionFactory> CreateFactory(
- DnsSession* session) WARN_UNUSED_RESULT;
+ static scoped_ptr<DnsTransactionFactory> CreateFactory(DnsSession* session)
+ WARN_UNUSED_RESULT;
};
} // namespace net
#endif // NET_DNS_DNS_TRANSACTION_H_
-

Powered by Google App Engine
This is Rietveld 408576698