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

Side by Side Diff: content/browser/loader/stream_resource_handler.h

Issue 18868005: content: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 CONTENT_BROWSER_LOADER_STREAM_RESOURCE_HANDLER_H_ 5 #ifndef CONTENT_BROWSER_LOADER_STREAM_RESOURCE_HANDLER_H_
6 #define CONTENT_BROWSER_LOADER_STREAM_RESOURCE_HANDLER_H_ 6 #define CONTENT_BROWSER_LOADER_STREAM_RESOURCE_HANDLER_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "content/browser/loader/resource_handler.h" 10 #include "content/browser/loader/resource_handler.h"
11 #include "content/browser/streams/stream_write_observer.h" 11 #include "content/browser/streams/stream_write_observer.h"
12 #include "googleurl/src/gurl.h" 12 #include "url/gurl.h"
13 13
14 namespace net { 14 namespace net {
15 class URLRequest; 15 class URLRequest;
16 } // namespace net 16 } // namespace net
17 17
18 namespace content { 18 namespace content {
19 19
20 class StreamRegistry; 20 class StreamRegistry;
21 21
22 // Redirect this resource to a stream. 22 // Redirect this resource to a stream.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 net::URLRequest* request_; 72 net::URLRequest* request_;
73 scoped_refptr<Stream> stream_; 73 scoped_refptr<Stream> stream_;
74 scoped_refptr<net::IOBuffer> read_buffer_; 74 scoped_refptr<net::IOBuffer> read_buffer_;
75 DISALLOW_COPY_AND_ASSIGN(StreamResourceHandler); 75 DISALLOW_COPY_AND_ASSIGN(StreamResourceHandler);
76 }; 76 };
77 77
78 } // namespace content 78 } // namespace content
79 79
80 #endif // CONTENT_BROWSER_LOADER_STREAM_RESOURCE_HANDLER_H_ 80 #endif // CONTENT_BROWSER_LOADER_STREAM_RESOURCE_HANDLER_H_
81 81
OLDNEW
« no previous file with comments | « content/browser/loader/certificate_resource_handler.h ('k') | content/browser/loader/throttling_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698