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

Unified Diff: pkg/oauth2/test/authorization_code_grant_test.dart

Issue 22284003: pkg: analysis aided cleanup (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
Index: pkg/oauth2/test/authorization_code_grant_test.dart
diff --git a/pkg/oauth2/test/authorization_code_grant_test.dart b/pkg/oauth2/test/authorization_code_grant_test.dart
index 0d4a5fc0e943c4bbb9e611cf9f180acb82e89127..473fee176c6cd0afa04a21f069da89af8f601b08 100644
--- a/pkg/oauth2/test/authorization_code_grant_test.dart
+++ b/pkg/oauth2/test/authorization_code_grant_test.dart
@@ -5,12 +5,10 @@
library authorization_code_grant_test;
import 'dart:async';
-import 'dart:io';
import 'dart:json' as JSON;
import 'package:unittest/unittest.dart';
import 'package:http/http.dart' as http;
-import 'package:http/testing.dart';
import 'package:oauth2/oauth2.dart' as oauth2;
import 'utils.dart';

Powered by Google App Engine
This is Rietveld 408576698