Chromium Code Reviews| Index: pkg/intl/lib/src/file_data_reader.dart |
| =================================================================== |
| --- pkg/intl/lib/src/file_data_reader.dart (revision 14371) |
| +++ pkg/intl/lib/src/file_data_reader.dart (working copy) |
| @@ -7,10 +7,10 @@ |
| * be run in the browser. |
| */ |
| -#library('file_data_reader'); |
| +library file_data_reader; |
| -#import('dart:io'); |
| -#import('intl_helpers.dart'); |
| +import 'dart:io'; |
| +import 'intl_helpers.dart'; |
| class FileDataReader implements LocaleDataReader { |