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

Unified Diff: utils/archive/entry_request.dart

Issue 10830191: Add ArchiveInputStream.readAll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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: utils/archive/entry_request.dart
diff --git a/utils/archive/entry_request.dart b/utils/archive/entry_request.dart
index ce7dc49515fa4908166c2983b9d0286fb9e32fab..f2af59f5afc73620f3a7b123f6e82b31c9e52d10 100644
--- a/utils/archive/entry_request.dart
+++ b/utils/archive/entry_request.dart
@@ -5,7 +5,7 @@
/** The request ids for entry-related messages to send to the C extension. */
#library("entry_request");
-#import("read_request", prefix: "read");
+#import("read_request.dart", prefix: "read");
final int _first = read.LAST;

Powered by Google App Engine
This is Rietveld 408576698