Index: sdk/lib/typed_data/typed_data.dart |
diff --git a/sdk/lib/typeddata/typeddata.dart b/sdk/lib/typed_data/typed_data.dart |
similarity index 99% |
rename from sdk/lib/typeddata/typeddata.dart |
rename to sdk/lib/typed_data/typed_data.dart |
index e90f3ce20a8338f0f326b5bba656c1a540891bcb..c907dc5705ef577c919acd73954011ce2b17aaf0 100644 |
--- a/sdk/lib/typeddata/typeddata.dart |
+++ b/sdk/lib/typed_data/typed_data.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.typeddata; |
+library dart.typed_data; |
import 'dart:collection'; |
import 'dart:_collection-dev'; |