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

Unified Diff: lib/ffi/ffi.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/core/core_patch.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/ffi.dart
diff --git a/lib/ffi/ffi.dart b/lib/ffi/ffi.dart
index 15080f44678272ca97004a39fc3a85c8d9d63a52..ae7285dc03f167fd885bf1b26323626347383b7a 100644
--- a/lib/ffi/ffi.dart
+++ b/lib/ffi/ffi.dart
@@ -7,7 +7,7 @@
// code defined outside the VM.
library dart.fletch.ffi;
-import 'dart:_fletch_system' as fletch;
+import 'dart:fletch._system' as fletch;
import 'dart:fletch';
import 'dart:typed_data';
« no previous file with comments | « lib/core/core_patch.dart ('k') | lib/fletch/fletch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698