Index: device/serial/data_stream.mojom |
diff --git a/device/serial/data_stream.mojom b/device/serial/data_stream.mojom |
index 8968d7ac75db43077412edd02906211709d3ca26..a288eb26d568a8ffce4d42eb2726db277db0211a 100644 |
--- a/device/serial/data_stream.mojom |
+++ b/device/serial/data_stream.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 device.serial { |
+module device.serial; |
[Client=DataSourceClient] |
interface DataSource { |
@@ -51,5 +51,3 @@ interface DataSinkClient { |
// when it is ready to resume sending data. |
ReportBytesSentAndError(uint32 bytes_sent, int32 error) => (); |
}; |
- |
-} |