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

Unified Diff: pkg/os/lib/os.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 | « pkg/mqtt/publish-sample.dart ('k') | pkg/raspberry_pi/lib/raspberry_pi.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/os/lib/os.dart
diff --git a/pkg/os/lib/os.dart b/pkg/os/lib/os.dart
index 5ef21c18a59b54cb1dd9d307d648fcbf5396d87d..943b515da69138d804fd92a4d95fc5053c8f9e53 100644
--- a/pkg/os/lib/os.dart
+++ b/pkg/os/lib/os.dart
@@ -22,9 +22,9 @@
/// tracker](https://github.com/dartino/sdk/issues/new?title=Add%20title&labels=Area-Package&body=%3Cissue%20description%3E%0A%3Crepro%20steps%3E%0A%3Cexpected%20outcome%3E%0A%3Cactual%20outcome%3E).
library os;
-import 'dart:fletch';
-import 'dart:fletch.ffi';
-import 'dart:fletch.os' as os;
+import 'dart:dartino';
+import 'dart:dartino.ffi';
+import 'dart:dartino.os' as os;
import 'dart:typed_data';
import 'package:ffi/ffi.dart';
« no previous file with comments | « pkg/mqtt/publish-sample.dart ('k') | pkg/raspberry_pi/lib/raspberry_pi.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698