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

Unified Diff: extensions/browser/api/socket/udp_socket.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: extensions/browser/api/socket/udp_socket.h
diff --git a/extensions/browser/api/socket/udp_socket.h b/extensions/browser/api/socket/udp_socket.h
index 32aaa76da23b47413e7a49abd774e8e028e8b994..22b595cca1b65abc632e9bc8992834468b4284f6 100644
--- a/extensions/browser/api/socket/udp_socket.h
+++ b/extensions/browser/api/socket/udp_socket.h
@@ -11,7 +11,7 @@
#include <vector>
#include "extensions/browser/api/socket/socket.h"
-#include "net/udp/udp_socket.h"
+#include "net/socket/udp_socket.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698