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: |