| 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_
|
| -
|
|
|