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

Side by Side Diff: content/shell/browser/shell_url_request_context_getter.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 Created 4 years, 1 month 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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_SHELL_BROWSER_SHELL_URL_REQUEST_CONTEXT_GETTER_H_ 5 #ifndef CONTENT_SHELL_BROWSER_SHELL_URL_REQUEST_CONTEXT_GETTER_H_
6 #define CONTENT_SHELL_BROWSER_SHELL_URL_REQUEST_CONTEXT_GETTER_H_ 6 #define CONTENT_SHELL_BROWSER_SHELL_URL_REQUEST_CONTEXT_GETTER_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/single_thread_task_runner.h"
14 #include "content/public/browser/browser_context.h" 15 #include "content/public/browser/browser_context.h"
15 #include "net/proxy/proxy_config_service.h" 16 #include "net/proxy/proxy_config_service.h"
16 #include "net/url_request/url_request_context_getter.h" 17 #include "net/url_request/url_request_context_getter.h"
17 #include "net/url_request/url_request_job_factory.h" 18 #include "net/url_request/url_request_job_factory.h"
18 19
19 namespace base { 20 namespace base {
20 class MessageLoop; 21 class MessageLoop;
21 } 22 }
22 23
23 namespace net { 24 namespace net {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 std::unique_ptr<net::URLRequestContext> url_request_context_; 73 std::unique_ptr<net::URLRequestContext> url_request_context_;
73 ProtocolHandlerMap protocol_handlers_; 74 ProtocolHandlerMap protocol_handlers_;
74 URLRequestInterceptorScopedVector request_interceptors_; 75 URLRequestInterceptorScopedVector request_interceptors_;
75 76
76 DISALLOW_COPY_AND_ASSIGN(ShellURLRequestContextGetter); 77 DISALLOW_COPY_AND_ASSIGN(ShellURLRequestContextGetter);
77 }; 78 };
78 79
79 } // namespace content 80 } // namespace content
80 81
81 #endif // CONTENT_SHELL_BROWSER_SHELL_URL_REQUEST_CONTEXT_GETTER_H_ 82 #endif // CONTENT_SHELL_BROWSER_SHELL_URL_REQUEST_CONTEXT_GETTER_H_
OLDNEW
« no previous file with comments | « content/renderer/media/html_video_element_capturer_source.h ('k') | device/usb/usb_device_handle_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698