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

Unified Diff: lib/ffi/utf.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/ffi/ffi.dart ('k') | lib/fletch/fletch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/ffi/utf.dart
diff --git a/lib/ffi/utf.dart b/lib/ffi/utf.dart
index ad6f511a5b3e4c5a394f2b47c7d86822c58ea7f6..70d456c9c9abf5fd14586ebd6aaa1bdc8bdf931c 100644
--- a/lib/ffi/utf.dart
+++ b/lib/ffi/utf.dart
@@ -6,7 +6,7 @@
// here to remove the dependency on dart:convert which will not be
// part of the library set for embedded due to its dependency on
// dart:async.
-part of dart.fletch.ffi;
+part of dart.dartino.ffi;
/**
* Converts [string] to its UTF-8 code units (a list of
« no previous file with comments | « lib/ffi/ffi.dart ('k') | lib/fletch/fletch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698