| 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 ccfb9cd5e8305510f061ba38bc376db080c4921d..ec90c217f6b12ccaffb6ac7a2609a21f0933c6db 100644
|
| --- a/google_apis/gcm/engine/connection_factory_impl.cc
|
| +++ b/google_apis/gcm/engine/connection_factory_impl.cc
|
| @@ -19,6 +19,7 @@
|
| #include "net/http/http_network_session.h"
|
| #include "net/http/http_request_headers.h"
|
| #include "net/log/net_log.h"
|
| +#include "net/log/net_log_source_type.h"
|
| #include "net/proxy/proxy_info.h"
|
| #include "net/socket/client_socket_handle.h"
|
| #include "net/socket/client_socket_pool_manager.h"
|
| @@ -61,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::NetLog::SOURCE_SOCKET)),
|
| + net::BoundNetLog::Make(net_log, net::NetLogSourceType::SOCKET)),
|
| pac_request_(NULL),
|
| connecting_(false),
|
| waiting_for_backoff_(false),
|
|
|