| Index: sky/framework/editing/keyboard.dart
|
| diff --git a/sky/examples/editor/keyboard.dart b/sky/framework/editing/keyboard.dart
|
| similarity index 92%
|
| rename from sky/examples/editor/keyboard.dart
|
| rename to sky/framework/editing/keyboard.dart
|
| index c958e489ac1036bca7b94f6c8323f09ddfaee946..5cdfb2c94e7cfbf4d8262851ada3abbd00c3236f 100644
|
| --- a/sky/examples/editor/keyboard.dart
|
| +++ b/sky/framework/editing/keyboard.dart
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../../framework/shell.dart' as shell;
|
| +import '../shell.dart' as shell;
|
| import 'package:sky/services/keyboard/keyboard.mojom.dart';
|
|
|
| class _KeyboardConnection {
|
|
|