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

Unified Diff: pkg/socket/lib/socket.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/raspberry_pi/lib/sense_hat.dart ('k') | pkg/stm32f746g_disco/lib/gpio.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/socket/lib/socket.dart
diff --git a/pkg/socket/lib/socket.dart b/pkg/socket/lib/socket.dart
index c37db28fcafe16e402059a235bd65d9b43db2821..0ab4e469d52fc647c3f453a088a5bb9dc686d2f2 100644
--- a/pkg/socket/lib/socket.dart
+++ b/pkg/socket/lib/socket.dart
@@ -10,10 +10,10 @@
/// 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 socket;
-import 'dart:fletch';
-import 'dart:fletch.os' as os;
+import 'dart:dartino';
+import 'dart:dartino.os' as os;
import 'dart:typed_data';
-import 'dart:fletch.ffi' show Struct32, ForeignMemory;
+import 'dart:dartino.ffi' show Struct32, ForeignMemory;
import 'package:os/os.dart';
« no previous file with comments | « pkg/raspberry_pi/lib/sense_hat.dart ('k') | pkg/stm32f746g_disco/lib/gpio.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698