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

Unified Diff: utils/pub/version_solver.dart

Issue 10915231: Changed interfaces to abstract classes in utils. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « utils/peg/pegparser.dart ('k') | utils/template/tokenizer_base.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/version_solver.dart
===================================================================
--- utils/pub/version_solver.dart (revision 12258)
+++ utils/pub/version_solver.dart (working copy)
@@ -220,7 +220,7 @@
* in a queue lets us handle asynchrony (resolving versions requires information
* from servers) as well as avoid deeply nested recursion.
*/
-interface WorkItem {
+abstract class WorkItem {
/**
* Processes this work item. Returns a future that completes when the work is
* done. If `null` is returned, that means the work has completed
« no previous file with comments | « utils/peg/pegparser.dart ('k') | utils/template/tokenizer_base.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698