Chromium Code Reviews| Index: pkg/oauth2/lib/src/client.dart |
| diff --git a/pkg/oauth2/lib/src/client.dart b/pkg/oauth2/lib/src/client.dart |
| index afb59e4c71ebbcdd4b18e8cfc7dcac03d2792a23..0d422afd52fbddb0aaf29bffa254c0d2f2b92f5d 100644 |
| --- a/pkg/oauth2/lib/src/client.dart |
| +++ b/pkg/oauth2/lib/src/client.dart |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -library client; |
| +library oauth2_client; |
|
Bob Nystrom
2013/04/05 23:49:14
Not oauth2.client?
nweiz
2013/04/08 19:32:45
2013/04/05 23:49:14, Bob Nystrom wrote:
|
| import 'dart:async'; |
| import 'dart:uri'; |