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

Unified Diff: pkg/oauth2/test/utils.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 | « editor/util/debuggertest/pets.dart ('k') | pkg/serialization/lib/serialization.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/oauth2/test/utils.dart
diff --git a/pkg/oauth2/test/utils.dart b/pkg/oauth2/test/utils.dart
index cf5bff26f3cddefd8beb922dd9a9fec0b6f33ae5..2b6c1a7aa33b0cbbc6ef34bf9f8cb26bca480978 100644
--- a/pkg/oauth2/test/utils.dart
+++ b/pkg/oauth2/test/utils.dart
@@ -5,6 +5,7 @@
library utils;
import 'dart:async';
+import 'dart:collection' show Queue;
import '../../unittest/lib/unittest.dart';
import '../../http/lib/http.dart' as http;
« no previous file with comments | « editor/util/debuggertest/pets.dart ('k') | pkg/serialization/lib/serialization.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698