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

Unified Diff: lib/crypto/crypto.dart

Issue 10928139: Changed interfaces to abstract classes where possible in {lib,samples,pkg} (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 | « no previous file | lib/isolate/base.dart » ('j') | lib/utf/utf_core.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/crypto/crypto.dart
===================================================================
--- lib/crypto/crypto.dart (revision 12252)
+++ lib/crypto/crypto.dart (working copy)
@@ -26,7 +26,7 @@
* If multiple instances of a given Hash is needed the [newInstance]
* method can provide a new instance.
*/
-interface Hash {
+abstract class Hash {
/**
* Add a list of bytes to the hash computation.
*/
« no previous file with comments | « no previous file | lib/isolate/base.dart » ('j') | lib/utf/utf_core.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698