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

Unified Diff: lib/fletch/fletch.dart

Issue 1413863004: Rename the _fletch_system and service and dart: libraries (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Fixes after self-review Created 5 years, 2 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/internal/internal_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/fletch/fletch.dart
diff --git a/lib/fletch/fletch.dart b/lib/fletch/fletch.dart
index 10438978c47c8b09e8d8fda4dfa06baff2c7d584..c231ae522d321e44e385ec1160ccd574eb42cf9a 100644
--- a/lib/fletch/fletch.dart
+++ b/lib/fletch/fletch.dart
@@ -4,7 +4,7 @@
library dart.fletch;
-import 'dart:_fletch_system' as fletch;
+import 'dart:fletch._system' as fletch;
/// Fibers are lightweight co-operative multitask units of execution. They
/// are scheduled on top of OS-level threads, but they are cheap to create
« no previous file with comments | « lib/ffi/ffi.dart ('k') | lib/internal/internal_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698