Chromium Code Reviews| Index: pkg/utf/lib/utf16.dart |
| diff --git a/pkg/utf/lib/utf16.dart b/pkg/utf/lib/utf16.dart |
| index 3518bbbe10c891dc4c792436834fa6a9d1f371b2..7de9e616581296979d4f7e5f8e094a841012a4bd 100644 |
| --- a/pkg/utf/lib/utf16.dart |
| +++ b/pkg/utf/lib/utf16.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; |
| /** |
| * Decodes the UTF-16 bytes as an iterable. Thus, the consumer can only convert |