| Index: sky/sdk/lib/editing2/keyboard.dart
|
| diff --git a/sky/sdk/lib/framework/editing2/keyboard.dart b/sky/sdk/lib/editing2/keyboard.dart
|
| similarity index 92%
|
| rename from sky/sdk/lib/framework/editing2/keyboard.dart
|
| rename to sky/sdk/lib/editing2/keyboard.dart
|
| index cf0e0ab5de4c3959a902546dff8b8ec0a71b5645..f64e89f5d3d371b2c931e2ced068666f492046ce 100644
|
| --- a/sky/sdk/lib/framework/editing2/keyboard.dart
|
| +++ b/sky/sdk/lib/editing2/keyboard.dart
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import '../shell.dart' as shell;
|
| import 'package:mojom/keyboard/keyboard.mojom.dart';
|
|
|
| +import '../framework/shell.dart' as shell;
|
| +
|
| class _KeyboardConnection {
|
| KeyboardServiceProxy proxy;
|
|
|
|
|