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

Unified Diff: lib/service/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 | « lib/os/os.dart ('k') | lib/system/list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/service/service.dart
diff --git a/lib/service/service.dart b/lib/service/service.dart
index 22b670109645af5e31400ee339ee46a97fd8f6c5..c311752b03fbeac66baa6773fc00bd4edbd8b31f 100644
--- a/lib/service/service.dart
+++ b/lib/service/service.dart
@@ -2,12 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-// The dart:service library is a low-level communication library that
+// The dart:fletch.service library is a low-level communication library that
// allows dart code to register services that are accessible through
// the C API.
-library dart.service;
+library dart.fletch.service;
-import 'dart:_fletch_system' as fletch;
+import 'dart:fletch._system' as fletch;
import 'dart:fletch';
// TODO(ajohnsen): Rename file.
« no previous file with comments | « lib/os/os.dart ('k') | lib/system/list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698