Chromium Code Reviews| Index: sdk/lib/convert/line_splitter.dart |
| diff --git a/sdk/lib/convert/line_splitter.dart b/sdk/lib/convert/line_splitter.dart |
| index 1ea1426ed0f82edc4a3f18564fb8b389f617e340..bd8ba724f0ae00fa693af15e84bb3d74c63b5d94 100644 |
| --- a/sdk/lib/convert/line_splitter.dart |
| +++ b/sdk/lib/convert/line_splitter.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 "convert.dart"; |
| +part of "dart:convert"; |
| // Character constants. |
| const int _LF = 10; |