| Index: mojo/services/network/public/interfaces/udp_socket.mojom
|
| diff --git a/mojo/services/public/interfaces/network/udp_socket.mojom b/mojo/services/network/public/interfaces/udp_socket.mojom
|
| similarity index 97%
|
| rename from mojo/services/public/interfaces/network/udp_socket.mojom
|
| rename to mojo/services/network/public/interfaces/udp_socket.mojom
|
| index eed6c7cbc6c4525e78abaa3f7350e18ca8e7b705..0d74e2805726eddd823303fbea6dcda036fbbf55 100644
|
| --- a/mojo/services/public/interfaces/network/udp_socket.mojom
|
| +++ b/mojo/services/network/public/interfaces/udp_socket.mojom
|
| @@ -4,8 +4,8 @@
|
|
|
| module mojo;
|
|
|
| -import "mojo/services/public/interfaces/network/net_address.mojom";
|
| -import "mojo/services/public/interfaces/network/network_error.mojom";
|
| +import "mojo/services/network/public/interfaces/net_address.mojom";
|
| +import "mojo/services/network/public/interfaces/network_error.mojom";
|
|
|
| // UDPSocket and UDPSocketClient represent a UDP socket and its client. The
|
| // typical flow of using the interfaces is:
|
|
|