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

Unified Diff: tools/servicec/lib/src/plugins/dart.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 | « tests/service_tests/multiple_services/dart/service_two.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/servicec/lib/src/plugins/dart.dart
diff --git a/tools/servicec/lib/src/plugins/dart.dart b/tools/servicec/lib/src/plugins/dart.dart
index 48726bccefb1c4fa78fd639778377f23268e4735..2e64ecb3b79483ed79464136a4ffccb259104cf0 100644
--- a/tools/servicec/lib/src/plugins/dart.dart
+++ b/tools/servicec/lib/src/plugins/dart.dart
@@ -93,7 +93,7 @@ class _DartVisitor extends CodeGenerationVisitor {
writeln('import "dart:fletch";');
writeln('import "dart:fletch.ffi";');
- writeln('import "dart:service" as service;');
+ writeln('import "dart:fletch.service" as service;');
if (node.structs.isNotEmpty) {
writeln('import "struct.dart";');
}
« no previous file with comments | « tests/service_tests/multiple_services/dart/service_two.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698