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

Unified Diff: pkg/isolate/lib/process_runner.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/isolate/lib/isolate.dart ('k') | pkg/lk/lib/framebuffer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/isolate/lib/process_runner.dart
diff --git a/pkg/isolate/lib/process_runner.dart b/pkg/isolate/lib/process_runner.dart
index 1e0cfc86a56dbe458d10e836f98f0f334737a554..fe4ab9e6b11247832698f319f80d7f6725ba2619 100644
--- a/pkg/isolate/lib/process_runner.dart
+++ b/pkg/isolate/lib/process_runner.dart
@@ -4,7 +4,7 @@
library isolate.process_runner;
-import 'dart:fletch';
+import 'dart:dartino';
class ProcessRunner {
Channel _monitor;
« no previous file with comments | « pkg/isolate/lib/isolate.dart ('k') | pkg/lk/lib/framebuffer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698