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

Unified Diff: mojo/services/network/public/interfaces/udp_socket.mojom

Issue 1187513005: Update to Mojo SDK ab3f523596234e74 including URL{Request,Response} (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 5 years, 6 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: mojo/services/network/public/interfaces/udp_socket.mojom
diff --git a/mojo/services/network/public/interfaces/udp_socket.mojom b/mojo/services/network/public/interfaces/udp_socket.mojom
index 5bb40785b80b2a5e6e524e9383f02844b8f2eb56..34a38219795dcafdca372256814d13f533bcfd63 100644
--- a/mojo/services/network/public/interfaces/udp_socket.mojom
+++ b/mojo/services/network/public/interfaces/udp_socket.mojom
@@ -5,7 +5,7 @@
module mojo;
import "network/public/interfaces/net_address.mojom";
-import "network/public/interfaces/network_error.mojom";
+import "third_party/mojo/src/mojo/public/interfaces/network/network_error.mojom";
// UDPSocket and UDPSocketReceiver represent a UDP socket and its client. The
// typical flow of using the interfaces is:

Powered by Google App Engine
This is Rietveld 408576698