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

Unified Diff: lib/typed_data/typed_data_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/system/system.dart ('k') | lk_targets.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/typed_data/typed_data_patch.dart
diff --git a/lib/typed_data/typed_data_patch.dart b/lib/typed_data/typed_data_patch.dart
index ad8555281e7617d34dddbba8666c59cf049ae72b..5ae00da4a0e128c4a8d5df2f7b45de0070e61696 100644
--- a/lib/typed_data/typed_data_patch.dart
+++ b/lib/typed_data/typed_data_patch.dart
@@ -2,10 +2,10 @@
// 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;
import 'dart:collection';
-import 'dart:fletch.ffi';
+import 'dart:dartino.ffi';
@patch class Uint8List {
@patch factory Uint8List(int length) {
« no previous file with comments | « lib/system/system.dart ('k') | lk_targets.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698