| Index: sdk/lib/internal/internal.dart
|
| diff --git a/sdk/lib/_collection_dev/collection_dev.dart b/sdk/lib/internal/internal.dart
|
| similarity index 93%
|
| rename from sdk/lib/_collection_dev/collection_dev.dart
|
| rename to sdk/lib/internal/internal.dart
|
| index 9902b0e4c381266913bc245e701297797b235a59..2d41870b65737e51e49b4e57263fb88f74b097c4 100644
|
| --- a/sdk/lib/_collection_dev/collection_dev.dart
|
| +++ b/sdk/lib/internal/internal.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library dart._collection.dev;
|
| +library dart._internal;
|
|
|
| import 'dart:collection';
|
|
|
|
|