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

Side by Side Diff: net/http/disk_cache_based_ssl_host_info.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_session.h ('k') | net/http/http_pipelined_stream.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) 2011 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_HTTP_DISK_CACHE_BASED_SSL_HOST_INFO_H_ 5 #ifndef NET_HTTP_DISK_CACHE_BASED_SSL_HOST_INFO_H_
6 #define NET_HTTP_DISK_CACHE_BASED_SSL_HOST_INFO_H_ 6 #define NET_HTTP_DISK_CACHE_BASED_SSL_HOST_INFO_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "base/threading/non_thread_safe.h" 12 #include "base/threading/non_thread_safe.h"
13 #include "net/base/completion_callback.h" 13 #include "net/base/completion_callback.h"
14 #include "net/disk_cache/disk_cache.h" 14 #include "net/disk_cache/disk_cache.h"
15 #include "net/socket/ssl_host_info.h" 15 #include "net/socket/ssl_host_info.h"
16 16
17 namespace net { 17 namespace net {
18 18
19 class HttpCache; 19 class HttpCache;
20 class IOBuffer; 20 class IOBuffer;
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 disk_cache::Entry* entry_; 97 disk_cache::Entry* entry_;
98 CompletionCallback user_callback_; 98 CompletionCallback user_callback_;
99 scoped_refptr<IOBuffer> read_buffer_; 99 scoped_refptr<IOBuffer> read_buffer_;
100 scoped_refptr<IOBuffer> write_buffer_; 100 scoped_refptr<IOBuffer> write_buffer_;
101 std::string data_; 101 std::string data_;
102 }; 102 };
103 103
104 } // namespace net 104 } // namespace net
105 105
106 #endif // NET_HTTP_DISK_CACHE_BASED_SSL_HOST_INFO_H_ 106 #endif // NET_HTTP_DISK_CACHE_BASED_SSL_HOST_INFO_H_
OLDNEW
« no previous file with comments | « net/dns/dns_session.h ('k') | net/http/http_pipelined_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698