| Index: mojo/services/network/interfaces/udp_socket.mojom
|
| diff --git a/mojo/services/network/public/interfaces/udp_socket.mojom b/mojo/services/network/interfaces/udp_socket.mojom
|
| similarity index 99%
|
| rename from mojo/services/network/public/interfaces/udp_socket.mojom
|
| rename to mojo/services/network/interfaces/udp_socket.mojom
|
| index 34a38219795dcafdca372256814d13f533bcfd63..78d4b1b9a732286e080d7bfe03a46894b1ece40a 100644
|
| --- a/mojo/services/network/public/interfaces/udp_socket.mojom
|
| +++ b/mojo/services/network/interfaces/udp_socket.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module mojo;
|
|
|
| -import "network/public/interfaces/net_address.mojom";
|
| +import "network/interfaces/net_address.mojom";
|
| import "third_party/mojo/src/mojo/public/interfaces/network/network_error.mojom";
|
|
|
| // UDPSocket and UDPSocketReceiver represent a UDP socket and its client. The
|
|
|