| Index: mojo/dart/test/import_mojo.dart
|
| diff --git a/mojo/dart/test/import_mojo.dart b/mojo/dart/test/import_mojo.dart
|
| index 6e7ff483a5a7bd7f9cf0865f58a64fd03cbb151b..7a532d8d776ee63519e446462e3b02247e90c27a 100644
|
| --- a/mojo/dart/test/import_mojo.dart
|
| +++ b/mojo/dart/test/import_mojo.dart
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -import 'package:mojo/public/dart/bindings.dart' as bindings;
|
| -import 'package:mojo/public/dart/core.dart' as core;
|
| +import 'package:mojo/bindings.dart' as bindings;
|
| +import 'package:mojo/core.dart' as core;
|
|
|
| main() {
|
| core.MojoMessagePipe pipe = new core.MojoMessagePipe();
|
|
|