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

Unified Diff: samples/github/lib/src/github_mock.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
Index: samples/github/lib/src/github_mock.dart
diff --git a/samples/github/lib/src/github_mock.dart b/samples/github/lib/src/github_mock.dart
index 4d39f252a0a74298acc648939751d900f4e77b34..63f0c483e4196070dda86ed1756635e56637a575 100644
--- a/samples/github/lib/src/github_mock.dart
+++ b/samples/github/lib/src/github_mock.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'dart:fletch';
-import 'dart:fletch.os' as os;
+import 'dart:dartino';
+import 'dart:dartino.os' as os;
import 'dart:typed_data';
import 'package:file/file.dart';

Powered by Google App Engine
This is Rietveld 408576698