Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: sdk/lib/typed_data/dart2js/typed_data_dart2js.dart

Issue 14426006: Rename dart:typeddata to dart:typed_data. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/io/io.dart ('k') | sdk/lib/typed_data/typed_data.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/typed_data/dart2js/typed_data_dart2js.dart
diff --git a/sdk/lib/typeddata/dart2js/typeddata_dart2js.dart b/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart
similarity index 99%
rename from sdk/lib/typeddata/dart2js/typeddata_dart2js.dart
rename to sdk/lib/typed_data/dart2js/typed_data_dart2js.dart
index 347aa739f1c3ea7bed2bb5035439964af38aa010..20d88d2f1d296634063271e7b62ec6b644a000f0 100644
--- a/sdk/lib/typeddata/dart2js/typeddata_dart2js.dart
+++ b/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/// The Dart TypedData library.
-library dart.typeddata;
+library dart.typed_data;
import 'dart:collection';
import 'dart:_collection-dev';
« no previous file with comments | « sdk/lib/io/io.dart ('k') | sdk/lib/typed_data/typed_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698