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

Unified Diff: lib/collection/collection_patch.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « lib/async/async_patch.dart ('k') | lib/convert/convert_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/collection/collection_patch.dart
diff --git a/lib/collection/collection_patch.dart b/lib/collection/collection_patch.dart
index 65c1724eab51b51fa64e3400ddffc23cba583ba7..e6e4f35fefbcfccc39c41437fbc5c9e2253cad0f 100644
--- a/lib/collection/collection_patch.dart
+++ b/lib/collection/collection_patch.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-import 'dart:fletch._system' as fletch;
-import 'dart:fletch._system' show patch;
+import 'dart:dartino._system' as dartino;
+import 'dart:dartino._system' show patch;
@patch class HashMap<K, V> {
@patch factory HashMap({ bool equals(K key1, K key2),
« no previous file with comments | « lib/async/async_patch.dart ('k') | lib/convert/convert_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698