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

Unified Diff: pkg/raspberry_pi/lib/raspberry_pi.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: 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
Index: pkg/raspberry_pi/lib/raspberry_pi.dart
diff --git a/pkg/raspberry_pi/lib/raspberry_pi.dart b/pkg/raspberry_pi/lib/raspberry_pi.dart
index bef549d451458e87ecc664ca7e257e3e577722f8..70210143b012df470ca3bbc0ee5c364b101e36ba 100644
--- a/pkg/raspberry_pi/lib/raspberry_pi.dart
+++ b/pkg/raspberry_pi/lib/raspberry_pi.dart
@@ -29,7 +29,7 @@
/// 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 raspberry_pi;
-import 'dart:fletch.ffi';
+import 'dart:dartino.ffi';
import 'dart:typed_data';
import 'package:file/file.dart';

Powered by Google App Engine
This is Rietveld 408576698