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

Unified Diff: sky/examples/terminal/terminal_file_impl.dart

Issue 1029683002: Update references to Mojo core and bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: shell.dart too Created 5 years, 9 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 | « no previous file | sky/framework/net/fetch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/terminal/terminal_file_impl.dart
diff --git a/sky/examples/terminal/terminal_file_impl.dart b/sky/examples/terminal/terminal_file_impl.dart
index e9978c2dcc8ae941b528661e4dc332cd51fed749..97d040cf3dcdd51b8418007c36497744f3e859e9 100644
--- a/sky/examples/terminal/terminal_file_impl.dart
+++ b/sky/examples/terminal/terminal_file_impl.dart
@@ -4,7 +4,7 @@
import 'dart:async';
import 'dart:core';
-import 'dart:mojo.core';
+import 'package:mojo/public/dart/core.dart' as core;
import 'package:mojo/services/files/public/interfaces/file.mojom.dart' as files;
import 'package:mojo/services/files/public/interfaces/types.mojom.dart' as files;
« no previous file with comments | « no previous file | sky/framework/net/fetch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698