| Index: mojo/services/network/interfaces/udp_socket.mojom
|
| diff --git a/mojo/services/network/interfaces/udp_socket.mojom b/mojo/services/network/interfaces/udp_socket.mojom
|
| index 78d4b1b9a732286e080d7bfe03a46894b1ece40a..73d1af702d61c1023fe4f1ca138dd3b79e6a188f 100644
|
| --- a/mojo/services/network/interfaces/udp_socket.mojom
|
| +++ b/mojo/services/network/interfaces/udp_socket.mojom
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +[DartPackage="mojo_services"]
|
| module mojo;
|
|
|
| +import "mojo/public/interfaces/network/network_error.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
|
| // typical flow of using the interfaces is:
|
|
|