Chromium Code Reviews| Index: pkg/http/pubspec.yaml |
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml |
| index e275dd6678e0343a0e01c587e64621702069c4f5..515206d2094fc6326fb66335a645f55a8ff041ed 100644 |
| --- a/pkg/http/pubspec.yaml |
| +++ b/pkg/http/pubspec.yaml |
| @@ -3,6 +3,6 @@ author: "Dart Team <misc@dartlang.org>" |
| homepage: http://www.dartlang.org |
| description: A composable, Future-based API for making HTTP requests. |
| dependencies: |
| - pathos: any |
| + path: any |
| dev_dependencies: |
| unittest: any |