| Index: mojo/dart/test/uri_base_test.dart
|
| diff --git a/mojo/dart/test/uri_base_test.dart b/mojo/dart/test/uri_base_test.dart
|
| index 353d0f133b1f770c64750ae0a7081219d42e0a57..24b011dd34fb1fe9f99a00864321ca9f15bb6308 100644
|
| --- a/mojo/dart/test/uri_base_test.dart
|
| +++ b/mojo/dart/test/uri_base_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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/core.dart' as core;
|
| +import 'package:mojo/core.dart' as core;
|
|
|
| main() {
|
| print("${Uri.base}");
|
|
|