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

Unified Diff: net/quic/chromium/quic_chromium_connection_helper.h

Issue 2508593002: net: move udp directory into socket (Closed)
Patch Set: revert sys/socket.h change Created 4 years, 1 month 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: net/quic/chromium/quic_chromium_connection_helper.h
diff --git a/net/quic/chromium/quic_chromium_connection_helper.h b/net/quic/chromium/quic_chromium_connection_helper.h
index 6ed4428e5bb0c321d2272095cd8330c7e6724df7..9271a6d965d2ad71b61dd99074b36913bb40d218 100644
--- a/net/quic/chromium/quic_chromium_connection_helper.h
+++ b/net/quic/chromium/quic_chromium_connection_helper.h
@@ -15,7 +15,7 @@
#include "net/quic/core/quic_protocol.h"
#include "net/quic/core/quic_simple_buffer_allocator.h"
#include "net/quic/core/quic_time.h"
-#include "net/udp/datagram_client_socket.h"
+#include "net/socket/datagram_client_socket.h"
namespace net {
« no previous file with comments | « net/quic/chromium/quic_chromium_client_session_test.cc ('k') | net/quic/chromium/quic_chromium_packet_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698