| Index: mojo/dart/test/import_mojo.dart
|
| diff --git a/mojo/dart/test/import_mojo.dart b/mojo/dart/test/import_mojo.dart
|
| index bc4e435a57bed36c29ba582878f165d0aa9a308e..0098ce720bfb76942047579a9b4376a5dbb4f690 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 'dart:mojo_bindings';
|
| -import 'dart:mojo_core';
|
| +import 'mojo:bindings';
|
| +import 'mojo:core';
|
|
|
| main() {
|
| MojoMessagePipe pipe = new MojoMessagePipe();
|
|
|