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..561eea83c0b4c10f4907f93ef7850f0651192a1a 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 bound_net_log_; |
// The current PAC request, if one exists. Owned by the proxy service. |
net::ProxyService::PacRequest* pac_request_; |
// The current proxy info. |