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

Unified Diff: sdk/lib/_internal/pub/test/descriptor/tar.dart

Issue 16351003: Move pub over to using the pub.dartlang.org API v2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 7 years, 6 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: sdk/lib/_internal/pub/test/descriptor/tar.dart
diff --git a/sdk/lib/_internal/pub/test/descriptor/tar.dart b/sdk/lib/_internal/pub/test/descriptor/tar.dart
index 02eca7c7e0e01a05b3309d84c5ada9483c3b8ae4..0dd8b826ce1a193ef86136e9e0f11724b1d6c11b 100644
--- a/sdk/lib/_internal/pub/test/descriptor/tar.dart
+++ b/sdk/lib/_internal/pub/test/descriptor/tar.dart
@@ -15,7 +15,8 @@ import '../../lib/src/io.dart';
import '../../lib/src/utils.dart';
/// Describes a tar file and its contents.
-class TarFileDescriptor extends DirectoryDescriptor {
+class TarFileDescriptor extends DirectoryDescriptor
+ implements ReadableDescriptor {
TarFileDescriptor(String name, List<Descriptor> contents)
: super(name, contents);

Powered by Google App Engine
This is Rietveld 408576698