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

Unified Diff: google_apis/gcm/engine/connection_factory_impl.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 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: google_apis/gcm/engine/connection_factory_impl.h
diff --git a/google_apis/gcm/engine/connection_factory_impl.h b/google_apis/gcm/engine/connection_factory_impl.h
index 2815337b6d892d7b06b5a4fc11124537eea08020..4cca2f999bfdebc3294c0323d2e1b5f4dd7d48e2 100644
--- a/google_apis/gcm/engine/connection_factory_impl.h
+++ b/google_apis/gcm/engine/connection_factory_impl.h
@@ -146,7 +146,7 @@ class GCM_EXPORT ConnectionFactoryImpl :
// credentials. If nullptr, is ignored.
net::HttpNetworkSession* http_network_session_;
// Net log to use in connection attempts.
- net::BoundNetLog bound_net_log_;
+ net::NetLogWithSource net_log_;
// The current PAC request, if one exists. Owned by the proxy service.
net::ProxyService::PacRequest* pac_request_;
// The current proxy info.

Powered by Google App Engine
This is Rietveld 408576698