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

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

Issue 670933004: Fix a couple of Dart style naming violations in Intl (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review fixes Created 6 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
« no previous file with comments | « pkg/intl/lib/date_symbol_data_http_request.dart ('k') | pkg/intl/lib/src/icu_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/src/http_request_data_reader.dart
diff --git a/pkg/intl/lib/src/http_request_data_reader.dart b/pkg/intl/lib/src/http_request_data_reader.dart
index a79d16fe6f0331646c51c71b930e1d928b51eb82..ce63870641e087799cfb7e61055a06c7817ddd4e 100644
--- a/pkg/intl/lib/src/http_request_data_reader.dart
+++ b/pkg/intl/lib/src/http_request_data_reader.dart
@@ -13,11 +13,11 @@ import 'dart:async';
import 'dart:html';
import 'intl_helpers.dart';
-class HTTPRequestDataReader implements LocaleDataReader {
+class HttpRequestDataReader implements LocaleDataReader {
/** The base url from which we read the data. */
String url;
- HTTPRequestDataReader(this.url);
+ HttpRequestDataReader(this.url);
Future read(String locale) {
// TODO(alanknight): Remove this once it's not necessary for Chrome.
« no previous file with comments | « pkg/intl/lib/date_symbol_data_http_request.dart ('k') | pkg/intl/lib/src/icu_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698