| Index: sdk/lib/io/bytes_builder.dart
|
| diff --git a/sdk/lib/io/bytes_builder.dart b/sdk/lib/io/bytes_builder.dart
|
| index 905b428bc7cd4766f231dba6ea00aa80ecb8ecf4..b5745e36829415e9ceeca089ec79e24ed826c6c9 100644
|
| --- a/sdk/lib/io/bytes_builder.dart
|
| +++ b/sdk/lib/io/bytes_builder.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of "dart:io";
|
| +part of dart.io;
|
|
|
| /**
|
| * Builds a list of bytes, allowing bytes and lists of bytes to be added at the
|
|
|