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

Unified Diff: net/proxy/proxy_info.h

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: net/proxy/proxy_info.h
diff --git a/net/proxy/proxy_info.h b/net/proxy/proxy_info.h
index f109bc58f23ef661dee3399161d4fd0da2e3232d..eb3f90fe330035874d2c0d0f6829416219e25406 100644
--- a/net/proxy/proxy_info.h
+++ b/net/proxy/proxy_info.h
@@ -10,7 +10,6 @@
#include "base/gtest_prod_util.h"
#include "base/time/time.h"
#include "net/base/net_export.h"
-#include "net/log/net_log.h"
#include "net/proxy/proxy_config.h"
#include "net/proxy/proxy_list.h"
#include "net/proxy/proxy_retry_info.h"
@@ -18,6 +17,8 @@
namespace net {
+class NetLogWithSource;
+
// This object holds proxy information returned by ResolveProxy.
class NET_EXPORT ProxyInfo {
public:

Powered by Google App Engine
This is Rietveld 408576698