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

Unified Diff: samples/swarm/swarm_ui_lib/touch/touch.dart

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 years, 11 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 | « runtime/bin/io.dart ('k') | sdk/lib/_internal/compiler/implementation/dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/swarm_ui_lib/touch/touch.dart
diff --git a/samples/swarm/swarm_ui_lib/touch/touch.dart b/samples/swarm/swarm_ui_lib/touch/touch.dart
index ad451a7ee975aa892e8b6aa832ecefbee893433f..9a4e6a62810f011ca7e696650a4f6d9eae08d41b 100644
--- a/samples/swarm/swarm_ui_lib/touch/touch.dart
+++ b/samples/swarm/swarm_ui_lib/touch/touch.dart
@@ -5,6 +5,7 @@
library touch;
import 'dart:async';
+import 'dart:collection' show Queue, DoubleLinkedQueue;
import 'dart:html';
import 'dart:math' as Math;
« no previous file with comments | « runtime/bin/io.dart ('k') | sdk/lib/_internal/compiler/implementation/dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698