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

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

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: REBASE 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.cc
diff --git a/google_apis/gcm/engine/connection_factory_impl.cc b/google_apis/gcm/engine/connection_factory_impl.cc
index d0035b18153a7abf971d7e8dd195daa7a7837a9c..a081725a5a635c98a867fa2e7b5e61040bc4c70e 100644
--- a/google_apis/gcm/engine/connection_factory_impl.cc
+++ b/google_apis/gcm/engine/connection_factory_impl.cc
@@ -62,7 +62,7 @@ ConnectionFactoryImpl::ConnectionFactoryImpl(
gcm_network_session_(gcm_network_session),
http_network_session_(http_network_session),
bound_net_log_(
- net::BoundNetLog::Make(net_log, net::NetLogSourceType::SOCKET)),
+ net::NetLogWithSource::Make(net_log, net::NetLogSourceType::SOCKET)),
pac_request_(NULL),
connecting_(false),
waiting_for_backoff_(false),

Powered by Google App Engine
This is Rietveld 408576698