| Index: pkg/utf/lib/utf_stream.dart | 
| diff --git a/pkg/utf/lib/utf_stream.dart b/pkg/utf/lib/utf_stream.dart | 
| index 84403131203e864311e6be9ef55a0223d050304c..cfc57b902fedbe793cb7030ad42ba7d42ae918ee 100644 | 
| --- a/pkg/utf/lib/utf_stream.dart | 
| +++ b/pkg/utf/lib/utf_stream.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.utf; | 
| +part of utf; | 
|  | 
| abstract class _StringDecoder | 
| extends StreamEventTransformer<List<int>, String> { | 
|  |