Chromium Code Reviews| Index: sdk/lib/io/stream_util.dart |
| diff --git a/sdk/lib/io/stream_util.dart b/sdk/lib/io/stream_util.dart |
| index f111a6401035baa10f697f2d75c0fce100cd60a2..1f782cc1a986cb1b50258a309356e7a7ff8f9080 100644 |
| --- a/sdk/lib/io/stream_util.dart |
| +++ b/sdk/lib/io/stream_util.dart |
| @@ -2,6 +2,8 @@ |
| // 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; |
| + |
| abstract class _BaseDataInputStream { |
| int available(); |