| Index: pkg/intl/lib/src/http_request_data_reader.dart
|
| ===================================================================
|
| --- pkg/intl/lib/src/http_request_data_reader.dart (revision 14362)
|
| +++ pkg/intl/lib/src/http_request_data_reader.dart (working copy)
|
| @@ -7,10 +7,10 @@
|
| * facility, and thus works only in the web browser.
|
| */
|
|
|
| -#library('http_request_data_reader');
|
| +library http_request_data_reader;
|
|
|
| -#import('dart:html');
|
| -#import('intl_helpers.dart');
|
| +import 'dart:html';
|
| +import 'intl_helpers.dart';
|
|
|
| class HTTPRequestDataReader implements LocaleDataReader {
|
|
|
|
|