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

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

Issue 1013313002: Move services/files/*.mojom -> mojo/services/files/public/interfaces/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « services/files/util.h ('k') | sky/examples/terminal/terminal_file_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/terminal/terminal.sky
diff --git a/sky/examples/terminal/terminal.sky b/sky/examples/terminal/terminal.sky
index ebdbb1c4fb00c5b51d79ca9ade3a5263954b3fdd..8f964cd218c4a97f648a150e6cf160b6c41500be 100644
--- a/sky/examples/terminal/terminal.sky
+++ b/sky/examples/terminal/terminal.sky
@@ -24,8 +24,8 @@
import 'dart:async';
import 'dart:core';
import 'dart:sky';
-import 'package:examples/echo_terminal/terminal_client.mojom.dart' as terminal;
-import '/sky/framework/embedder.dart';
+import 'package:mojo/services/terminal/public/interfaces/terminal_client.mojom.dart' as terminal;
+import 'package:sky/framework/embedder.dart';
import 'terminal_display.dart';
import 'terminal_file_impl.dart';
« no previous file with comments | « services/files/util.h ('k') | sky/examples/terminal/terminal_file_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698