| Index: mojo/dart/test/simple_handle_watcher_test.dart
|
| diff --git a/mojo/dart/test/simple_handle_watcher_test.dart b/mojo/dart/test/simple_handle_watcher_test.dart
|
| index a176728d930f30a5f1e3a2456a25e301198ff45f..d8456ded7ba772cfa6431d4bc9bbaa75dd38c400 100644
|
| --- a/mojo/dart/test/simple_handle_watcher_test.dart
|
| +++ b/mojo/dart/test/simple_handle_watcher_test.dart
|
| @@ -5,7 +5,7 @@
|
| import 'dart:async';
|
| import 'dart:isolate';
|
|
|
| -import 'package:mojo/public/dart/core.dart' as core;
|
| +import 'package:mojo/core.dart' as core;
|
|
|
| main() {
|
| var pipe = new core.MojoMessagePipe();
|
|
|