| Index: device/serial/data_stream_serialization.mojom
|
| diff --git a/device/serial/data_stream_serialization.mojom b/device/serial/data_stream_serialization.mojom
|
| index b38e8ab48646d7c1801412940861f58998875ffb..259be286061fdf1be02b4c0ba80387deed0d34e9 100644
|
| --- a/device/serial/data_stream_serialization.mojom
|
| +++ b/device/serial/data_stream_serialization.mojom
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import "data_stream.mojom";
|
| +module device.serial;
|
|
|
| -module device.serial {
|
| +import "data_stream.mojom";
|
|
|
| // A serialized form of a DataSender.
|
| struct SerializedDataSender {
|
| @@ -48,5 +48,3 @@ struct SerializedDataReceiver {
|
|
|
| array<array<uint8>> pending_data;
|
| };
|
| -
|
| -}
|
|
|