| Index: mojo/services/network/interfaces/tcp_bound_socket.mojom
|
| diff --git a/mojo/services/network/interfaces/tcp_bound_socket.mojom b/mojo/services/network/interfaces/tcp_bound_socket.mojom
|
| index bd2568aba6d867a40fb507d1f9aef346cb9daf7c..f48a01b1a4347fddbebf7a4f2393fddc45390fe2 100644
|
| --- a/mojo/services/network/interfaces/tcp_bound_socket.mojom
|
| +++ b/mojo/services/network/interfaces/tcp_bound_socket.mojom
|
| @@ -2,12 +2,13 @@
|
| // 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 "network/interfaces/tcp_connected_socket.mojom";
|
| import "network/interfaces/tcp_server_socket.mojom";
|
| -import "third_party/mojo/src/mojo/public/interfaces/network/network_error.mojom";
|
|
|
| // Represents a TCP socket that is bound to a local address and port, but
|
| // is not yet in a listening or connected state.
|
|
|