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

Unified Diff: sdk/lib/typed_data/typed_data.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/typed_data/dart2js/typed_data_dart2js.dart ('k') | sdk/lib/typed_data/typed_data_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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';
« no previous file with comments | « sdk/lib/typed_data/dart2js/typed_data_dart2js.dart ('k') | sdk/lib/typed_data/typed_data_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698