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

Unified Diff: pkg/barback/test/transformer/bad.dart

Issue 223553008: Only pass an AssetId to isPrimary and declareOutputs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix script_compactor Created 6 years, 8 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
« no previous file with comments | « pkg/barback/pubspec.yaml ('k') | pkg/barback/test/transformer/bad_log.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/test/transformer/bad.dart
diff --git a/pkg/barback/test/transformer/bad.dart b/pkg/barback/test/transformer/bad.dart
index 49046ca5b45aed5e05dda27f5de0121ecd6aac9a..a1e99cdc32331449f71181bfbd3ae3eabde9082b 100644
--- a/pkg/barback/test/transformer/bad.dart
+++ b/pkg/barback/test/transformer/bad.dart
@@ -22,7 +22,7 @@ class BadTransformer extends MockTransformer {
BadTransformer(this.outputs);
- Future<bool> doIsPrimary(Asset asset) => new Future.value(true);
+ Future<bool> doIsPrimary(AssetId id) => new Future.value(true);
Future doApply(Transform transform) {
return newFuture(() {
« no previous file with comments | « pkg/barback/pubspec.yaml ('k') | pkg/barback/test/transformer/bad_log.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698