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

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

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 | « sky/examples/terminal/terminal.sky ('k') | no next file » | 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 f0d874efe6857a81b84fcdc41393b09ba74f1b42..e9978c2dcc8ae941b528661e4dc332cd51fed749 100644
--- a/sky/examples/terminal/terminal_file_impl.dart
+++ b/sky/examples/terminal/terminal_file_impl.dart
@@ -5,8 +5,8 @@
import 'dart:async';
import 'dart:core';
import 'dart:mojo.core';
-import 'package:services/files/file.mojom.dart' as files;
-import 'package:services/files/types.mojom.dart' as files;
+import 'package:mojo/services/files/public/interfaces/file.mojom.dart' as files;
+import 'package:mojo/services/files/public/interfaces/types.mojom.dart' as files;
import 'terminal_display.dart';
« no previous file with comments | « sky/examples/terminal/terminal.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698