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

Unified Diff: samples/buildbot/dart/buildbot_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
« no previous file with comments | « pkg/fletchc/lib/src/fletch_compiler_implementation.dart ('k') | samples/todomvc/dart/todomvc_service.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/buildbot/dart/buildbot_service.dart
diff --git a/samples/buildbot/dart/buildbot_service.dart b/samples/buildbot/dart/buildbot_service.dart
index 8c61e86f121ebf3623f0f31ef5473fd48b502b0d..e54283d8e020148b7df03b8f57a9ad642ff8b62a 100644
--- a/samples/buildbot/dart/buildbot_service.dart
+++ b/samples/buildbot/dart/buildbot_service.dart
@@ -8,7 +8,7 @@ library buildbot_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 | « pkg/fletchc/lib/src/fletch_compiler_implementation.dart ('k') | samples/todomvc/dart/todomvc_service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698