Index: mojo/services/public/interfaces/network/tcp_connected_socket.mojom |
diff --git a/mojo/services/public/interfaces/network/tcp_connected_socket.mojom b/mojo/services/public/interfaces/network/tcp_connected_socket.mojom |
index 832b4961639003e65c7fb1f986389837b59dc3fc..3f0c16061d2013e9edf23024c96e179e2ddb517c 100644 |
--- a/mojo/services/public/interfaces/network/tcp_connected_socket.mojom |
+++ b/mojo/services/public/interfaces/network/tcp_connected_socket.mojom |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module mojo { |
+module mojo; |
// Represents a TCP socket connected to a remote system. |
// |
@@ -12,5 +12,3 @@ interface TCPConnectedSocket { |
// TODO(brettw) here we put options and what not for controlling the |
// connection. |
}; |
- |
-} |