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

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

Issue 2315613002: Extracted NetLog class's inner enum types into their own enum classes and (Closed)
Patch Set: 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 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),

Powered by Google App Engine
This is Rietveld 408576698