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

Side by Side Diff: net/dns/dns_session.h

Issue 10383229: Cleanup: Remove unneeded scoped_ptr.h includes from net. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/dns/dns_config_service_posix.h ('k') | net/http/disk_cache_based_ssl_host_info.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_DNS_DNS_SESSION_H_ 5 #ifndef NET_DNS_DNS_SESSION_H_
6 #define NET_DNS_DNS_SESSION_H_ 6 #define NET_DNS_DNS_SESSION_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/time.h" 10 #include "base/time.h"
12 #include "net/base/net_export.h" 11 #include "net/base/net_export.h"
13 #include "net/base/rand_callback.h" 12 #include "net/base/rand_callback.h"
14 #include "net/dns/dns_config_service.h" 13 #include "net/dns/dns_config_service.h"
15 14
16 namespace net { 15 namespace net {
17 16
18 class ClientSocketFactory; 17 class ClientSocketFactory;
19 class NetLog; 18 class NetLog;
20 19
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 // TODO(szym): Add current RTT estimate. 59 // TODO(szym): Add current RTT estimate.
61 // TODO(szym): Add TCP connection pool to support DNS over TCP. 60 // TODO(szym): Add TCP connection pool to support DNS over TCP.
62 // TODO(szym): Add UDP port pool to avoid NAT table overload. 61 // TODO(szym): Add UDP port pool to avoid NAT table overload.
63 62
64 DISALLOW_COPY_AND_ASSIGN(DnsSession); 63 DISALLOW_COPY_AND_ASSIGN(DnsSession);
65 }; 64 };
66 65
67 } // namespace net 66 } // namespace net
68 67
69 #endif // NET_DNS_DNS_SESSION_H_ 68 #endif // NET_DNS_DNS_SESSION_H_
70
OLDNEW
« no previous file with comments | « net/dns/dns_config_service_posix.h ('k') | net/http/disk_cache_based_ssl_host_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698