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

Side by Side Diff: net/proxy/proxy_resolver_js_bindings.h

Issue 3136025: Remove obviously unneeded forward declarations from headers under src/{app,base,net}. (Closed)
Patch Set: it was the best of times Created 10 years, 4 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
« no previous file with comments | « net/proxy/proxy_info.h ('k') | net/proxy/proxy_resolver_v8.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_PROXY_PROXY_RESOLVER_JS_BINDINGS_H_ 5 #ifndef NET_PROXY_PROXY_RESOLVER_JS_BINDINGS_H_
6 #define NET_PROXY_PROXY_RESOLVER_JS_BINDINGS_H_ 6 #define NET_PROXY_PROXY_RESOLVER_JS_BINDINGS_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/string16.h" 11 #include "base/string16.h"
12 12
13 class MessageLoop;
14
15 namespace net { 13 namespace net {
16 14
17 class HostResolver; 15 class HostResolver;
18 class NetLog; 16 class NetLog;
19 struct ProxyResolverRequestContext; 17 struct ProxyResolverRequestContext;
20 18
21 // Interface for the javascript bindings. 19 // Interface for the javascript bindings.
22 class ProxyResolverJSBindings { 20 class ProxyResolverJSBindings {
23 public: 21 public:
24 ProxyResolverJSBindings() : current_request_context_(NULL) {} 22 ProxyResolverJSBindings() : current_request_context_(NULL) {}
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 return current_request_context_; 77 return current_request_context_;
80 } 78 }
81 79
82 private: 80 private:
83 ProxyResolverRequestContext* current_request_context_; 81 ProxyResolverRequestContext* current_request_context_;
84 }; 82 };
85 83
86 } // namespace net 84 } // namespace net
87 85
88 #endif // NET_PROXY_PROXY_RESOLVER_JS_BINDINGS_H_ 86 #endif // NET_PROXY_PROXY_RESOLVER_JS_BINDINGS_H_
OLDNEW
« no previous file with comments | « net/proxy/proxy_info.h ('k') | net/proxy/proxy_resolver_v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698