Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: pkg/intl/lib/src/http_request_data_reader.dart

Issue 11366016: Update intl to new import syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698