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