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

Unified Diff: samples/todomvc/dart/todomvc_service.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
Index: samples/todomvc/dart/todomvc_service.dart
diff --git a/samples/todomvc/dart/todomvc_service.dart b/samples/todomvc/dart/todomvc_service.dart
index d453e6481165aa8597ce3a5a829534e8f3b3becf..9032285d327156d6b533535d87bb30fe1ebafc78 100644
--- a/samples/todomvc/dart/todomvc_service.dart
+++ b/samples/todomvc/dart/todomvc_service.dart
@@ -8,7 +8,7 @@ library todomvc_service;
import "dart:fletch";
import "dart:fletch.ffi";
-import "dart:service" as service;
+import "dart:fletch.service" as service;
import "struct.dart";
final Channel _channel = new Channel();
« no previous file with comments | « samples/buildbot/dart/buildbot_service.dart ('k') | tests/service_tests/multiple_services/dart/service_one.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698