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

Unified Diff: lib/core/core_patch.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/collection/collection_patch.dart ('k') | lib/ffi/ffi.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/core_patch.dart
diff --git a/lib/core/core_patch.dart b/lib/core/core_patch.dart
index 87f8bd336d2f6a25b7242cf5bb42d6a111215d0d..6fd01af6be6fabf4c76ad8fcb9e23b9ff93bc0b0 100644
--- a/lib/core/core_patch.dart
+++ b/lib/core/core_patch.dart
@@ -4,7 +4,7 @@
library dart.core_patch;
-import 'dart:_fletch_system' as fletch;
+import 'dart:fletch._system' as fletch;
part 'bigint.dart';
part 'case.dart';
« no previous file with comments | « lib/collection/collection_patch.dart ('k') | lib/ffi/ffi.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698