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

Unified Diff: sky/sdk/lib/mojo/keyboard.dart

Issue 1232313002: Use package:sky imports consistently (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix BUILD.gn Created 5 years, 5 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/sdk/lib/mojo/asset_bundle.dart ('k') | sky/sdk/lib/mojo/net/fetch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/mojo/keyboard.dart
diff --git a/sky/sdk/lib/editing/keyboard.dart b/sky/sdk/lib/mojo/keyboard.dart
similarity index 92%
rename from sky/sdk/lib/editing/keyboard.dart
rename to sky/sdk/lib/mojo/keyboard.dart
index 77e6e6ab67436f000512de7e6d3f112aa786eae8..c0b699baa77f41ba5149f165480db20ca2c57743 100644
--- a/sky/sdk/lib/editing/keyboard.dart
+++ b/sky/sdk/lib/mojo/keyboard.dart
@@ -3,8 +3,7 @@
// found in the LICENSE file.
import 'package:mojom/keyboard/keyboard.mojom.dart';
-
-import '../mojo/shell.dart' as shell;
+import 'package:sky/mojo/shell.dart' as shell;
class _KeyboardConnection {
KeyboardServiceProxy proxy;
« no previous file with comments | « sky/sdk/lib/mojo/asset_bundle.dart ('k') | sky/sdk/lib/mojo/net/fetch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698