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

Side by Side Diff: ios/web_view/internal/web_view_url_request_context_getter.h

Issue 2791323002: Use framework style includes in ios/web_view/public. (Closed)
Patch Set: Update includes spacing. Created 3 years, 8 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 IOS_WEB_VIEW_INTERNAL_WEB_VIEW_URL_REQUEST_CONTEXT_GETTER_H_ 5 #ifndef IOS_WEB_VIEW_INTERNAL_WEB_VIEW_URL_REQUEST_CONTEXT_GETTER_H_
6 #define IOS_WEB_VIEW_INTERNAL_WEB_VIEW_URL_REQUEST_CONTEXT_GETTER_H_ 6 #define IOS_WEB_VIEW_INTERNAL_WEB_VIEW_URL_REQUEST_CONTEXT_GETTER_H_
7 7
8 #include <memory> 8 #include <memory>
9
9 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
10 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
11 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
12 #include "base/single_thread_task_runner.h" 13 #include "base/single_thread_task_runner.h"
13 #include "net/url_request/url_request_context_getter.h" 14 #include "net/url_request/url_request_context_getter.h"
14 15
15 namespace net { 16 namespace net {
16 class NetworkDelegate; 17 class NetworkDelegate;
17 class NetLog; 18 class NetLog;
18 class ProxyConfigService; 19 class ProxyConfigService;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 std::unique_ptr<net::NetLog> net_log_; 53 std::unique_ptr<net::NetLog> net_log_;
53 std::unique_ptr<net::TransportSecurityPersister> 54 std::unique_ptr<net::TransportSecurityPersister>
54 transport_security_persister_; 55 transport_security_persister_;
55 56
56 DISALLOW_COPY_AND_ASSIGN(WebViewURLRequestContextGetter); 57 DISALLOW_COPY_AND_ASSIGN(WebViewURLRequestContextGetter);
57 }; 58 };
58 59
59 } // namespace ios_web_view 60 } // namespace ios_web_view
60 61
61 #endif // IOS_WEB_VIEW_INTERNAL_WEB_VIEW_URL_REQUEST_CONTEXT_GETTER_H_ 62 #endif // IOS_WEB_VIEW_INTERNAL_WEB_VIEW_URL_REQUEST_CONTEXT_GETTER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698