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

Side by Side Diff: android_webview/browser/net/aw_network_delegate.h

Issue 2540163002: WebView: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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 (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 ANDROID_WEBVIEW_BROWSER_NET_AW_NETWORK_DELEGATE_H_ 5 #ifndef ANDROID_WEBVIEW_BROWSER_NET_AW_NETWORK_DELEGATE_H_
6 #define ANDROID_WEBVIEW_BROWSER_NET_AW_NETWORK_DELEGATE_H_ 6 #define ANDROID_WEBVIEW_BROWSER_NET_AW_NETWORK_DELEGATE_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "net/base/network_delegate_impl.h" 9 #include "net/base/network_delegate_impl.h"
10 10
11 namespace net { 11 namespace net {
12 class ProxyInfo;
13 class URLRequest; 12 class URLRequest;
14 } 13 }
15 14
16 namespace policy { 15 namespace policy {
17 class URLBlacklistManager; 16 class URLBlacklistManager;
18 } 17 }
19 18
20 namespace android_webview { 19 namespace android_webview {
21 20
22 // WebView's implementation of the NetworkDelegate. 21 // WebView's implementation of the NetworkDelegate.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 63
65 // Used to filter URL requests. Owned by AwBrowserContext. 64 // Used to filter URL requests. Owned by AwBrowserContext.
66 const policy::URLBlacklistManager* url_blacklist_manager_; 65 const policy::URLBlacklistManager* url_blacklist_manager_;
67 66
68 DISALLOW_COPY_AND_ASSIGN(AwNetworkDelegate); 67 DISALLOW_COPY_AND_ASSIGN(AwNetworkDelegate);
69 }; 68 };
70 69
71 } // namespace android_webview 70 } // namespace android_webview
72 71
73 #endif // ANDROID_WEBVIEW_BROWSER_NET_AW_NETWORK_DELEGATE_H_ 72 #endif // ANDROID_WEBVIEW_BROWSER_NET_AW_NETWORK_DELEGATE_H_
OLDNEW
« no previous file with comments | « android_webview/browser/hardware_renderer.h ('k') | android_webview/browser/net/aw_url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698