| Index: pkg/oauth2/test/utils.dart
|
| diff --git a/pkg/oauth2/test/utils.dart b/pkg/oauth2/test/utils.dart
|
| index 04b194eff9f9db789cabb75a0b153181c2dcf6e1..b874cc4e7099347f8f1bad59c4dde0dcce4e65bc 100644
|
| --- a/pkg/oauth2/test/utils.dart
|
| +++ b/pkg/oauth2/test/utils.dart
|
| @@ -7,10 +7,10 @@ library utils;
|
| import 'dart:async';
|
| import 'dart:collection' show Queue;
|
|
|
| -import '../../../pkg/unittest/lib/unittest.dart';
|
| -import '../../../pkg/http/lib/http.dart' as http;
|
| -import '../../../pkg/http/lib/testing.dart';
|
| -import '../lib/oauth2.dart' as oauth2;
|
| +import 'package:http/http.dart' as http;
|
| +import 'package:http/testing.dart';
|
| +import 'package:oauth2/oauth2.dart' as oauth2;
|
| +import 'package:unittest/unittest.dart';
|
|
|
| class ExpectClient extends MockClient {
|
| final Queue<MockClientHandler> _handlers;
|
|
|