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

Unified Diff: media/cast/net/udp_transport.h

Issue 2508593002: net: move udp directory into socket (Closed)
Patch Set: 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: media/cast/net/udp_transport.h
diff --git a/media/cast/net/udp_transport.h b/media/cast/net/udp_transport.h
index 35b41772d4c2afb317b9037ccfe79bdf45387322..eceb349ab4eda90c92309fb0381fca1b9ce2bad4 100644
--- a/media/cast/net/udp_transport.h
+++ b/media/cast/net/udp_transport.h
@@ -20,8 +20,8 @@
#include "media/cast/net/pacing/paced_sender.h"
#include "net/base/io_buffer.h"
#include "net/base/ip_endpoint.h"
-#include "net/udp/diff_serv_code_point.h"
-#include "net/udp/udp_socket.h"
+#include "net/socket/diff_serv_code_point.h"
+#include "net/socket/udp_socket.h"
namespace net {
class NetLog;

Powered by Google App Engine
This is Rietveld 408576698