| 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..4ba209a5b0a2443f5be299796bde49dbdd0ec2f1 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 "io.dart";
|
|
|
| /**
|
| * Builds a list of bytes, allowing bytes and lists of bytes to be added at the
|
|
|