diff options
author | aa <aa@chromium.org> | 2014-10-30 17:56:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-31 00:56:23 +0000 |
commit | a158c0118feb755acff2d601bf436072ef4d90e5 (patch) | |
tree | e8146587f3f85f69a03be66f2f2753d5752b528b /device/serial | |
parent | e6e040a21c78c9097600312d761c0295fa9312f1 (diff) | |
download | chromium_src-a158c0118feb755acff2d601bf436072ef4d90e5.zip chromium_src-a158c0118feb755acff2d601bf436072ef4d90e5.tar.gz chromium_src-a158c0118feb755acff2d601bf436072ef4d90e5.tar.bz2 |
Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444
This relands https://codereview.chromium.org/683583002/
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/695583002
Cr-Commit-Position: refs/heads/master@{#302203}
Diffstat (limited to 'device/serial')
-rw-r--r-- | device/serial/data_stream_serialization.mojom | 2 | ||||
-rw-r--r-- | device/serial/serial.mojom | 2 | ||||
-rw-r--r-- | device/serial/serial_serialization.mojom | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/device/serial/data_stream_serialization.mojom b/device/serial/data_stream_serialization.mojom index b5b8850..b38e8ab 100644 --- a/device/serial/data_stream_serialization.mojom +++ b/device/serial/data_stream_serialization.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. -import "data_stream.mojom" +import "data_stream.mojom"; module device.serial { diff --git a/device/serial/serial.mojom b/device/serial/serial.mojom index 779711bb1..d694203 100644 --- a/device/serial/serial.mojom +++ b/device/serial/serial.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. -import "data_stream.mojom" +import "data_stream.mojom"; module device.serial { diff --git a/device/serial/serial_serialization.mojom b/device/serial/serial_serialization.mojom index 77a7ef7..4217875 100644 --- a/device/serial/serial_serialization.mojom +++ b/device/serial/serial_serialization.mojom @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import "serial.mojom" -import "data_stream_serialization.mojom" +import "serial.mojom"; +import "data_stream_serialization.mojom"; module device.serial { |