Index: google_apis/gcm/engine/connection_handler_impl_unittest.cc |
diff --git a/google_apis/gcm/engine/connection_handler_impl_unittest.cc b/google_apis/gcm/engine/connection_handler_impl_unittest.cc |
index 97a026849ca60454ab3c568c0a160a6245cb2414..40b6777f22be5dd511d66a42977b4d64844db3c4 100644 |
--- a/google_apis/gcm/engine/connection_handler_impl_unittest.cc |
+++ b/google_apis/gcm/engine/connection_handler_impl_unittest.cc |
@@ -21,6 +21,7 @@ |
#include "google_apis/gcm/base/socket_stream.h" |
#include "google_apis/gcm/protocol/mcs.pb.h" |
#include "net/base/ip_address.h" |
+#include "net/log/net_log_source.h" |
#include "net/socket/socket_test_util.h" |
#include "net/socket/stream_socket.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -210,7 +211,7 @@ net::StreamSocket* GCMConnectionHandlerImplTest::BuildSocket( |
socket_factory_.AddSocketDataProvider(data_provider_.get()); |
socket_ = socket_factory_.CreateTransportClientSocket( |
- address_list_, NULL, NULL, net::NetLog::Source()); |
+ address_list_, NULL, NULL, net::NetLogSource()); |
socket_->Connect(net::CompletionCallback()); |
run_loop_.reset(new base::RunLoop()); |