| Index: pkg/oauth2/lib/src/credentials.dart
 | 
| diff --git a/pkg/oauth2/lib/src/credentials.dart b/pkg/oauth2/lib/src/credentials.dart
 | 
| index bd9ab0468b0e06d9c9a0c65bbe88ddb3f0ecfc81..420dc4934eea25ae71ae419e4889c8a86ff3fd7c 100644
 | 
| --- a/pkg/oauth2/lib/src/credentials.dart
 | 
| +++ b/pkg/oauth2/lib/src/credentials.dart
 | 
| @@ -8,7 +8,8 @@ import 'dart:async';
 | 
|  import 'dart:json' as JSON;
 | 
|  import 'dart:uri';
 | 
|  
 | 
| -import '../../../../pkg/http/lib/http.dart' as http;
 | 
| +import 'package:http/http.dart' as http;
 | 
| +
 | 
|  import 'handle_access_token_response.dart';
 | 
|  import 'utils.dart';
 | 
|  
 | 
| 
 |