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

Unified Diff: lib/os/os.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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/native_process.dart ('k') | lib/service/service.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/os/os.dart
diff --git a/lib/os/os.dart b/lib/os/os.dart
index 195bfaceee07f98cbf4c83fe1fe64c3b1d5532cb..94c65112edcfce05b26103f2be28ff302f248d19 100644
--- a/lib/os/os.dart
+++ b/lib/os/os.dart
@@ -2,11 +2,11 @@
// 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.
-library dart.fletch.os;
+library dart.dartino.os;
-import 'dart:fletch._system' as fletch;
-import 'dart:fletch';
-import 'dart:fletch.ffi';
+import 'dart:dartino._system' as dartino;
+import 'dart:dartino';
+import 'dart:dartino.ffi';
part 'native_process.dart';
part 'event_handler.dart';
« no previous file with comments | « lib/os/native_process.dart ('k') | lib/service/service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698