| Index: dart/pkg/intl/lib/number_format.dart
|
| diff --git a/dart/pkg/intl/lib/number_format.dart b/dart/pkg/intl/lib/number_format.dart
|
| index 904c41660f2d9a4d5a7c205f6a6d2529437344f7..d77490be0546e1b5c578768fca1ae5e79f624205 100644
|
| --- a/dart/pkg/intl/lib/number_format.dart
|
| +++ b/dart/pkg/intl/lib/number_format.dart
|
| @@ -2,13 +2,13 @@
|
| // 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.
|
|
|
| -library number_format;
|
| +#library("number_format");
|
|
|
| -import 'dart:math';
|
| +#import('dart:math');
|
|
|
| -import "intl.dart";
|
| -import "number_symbols.dart";
|
| -import "number_symbols_data.dart";
|
| +#import("intl.dart");
|
| +#import("number_symbols.dart");
|
| +#import("number_symbols_data.dart");
|
|
|
| class NumberFormat {
|
| /** Variables to determine how number printing behaves. */
|
|
|