| Index: samples/swarm/DataSource.dart
|
| diff --git a/samples/swarm/DataSource.dart b/samples/swarm/DataSource.dart
|
| index 2f2e8746a753ce1e8127321c23c5439013e16737..540f27119eb83fb669226a3989b1db0b38bfbe56 100644
|
| --- a/samples/swarm/DataSource.dart
|
| +++ b/samples/swarm/DataSource.dart
|
| @@ -6,7 +6,7 @@ part of swarmlib;
|
|
|
| /** The top-level collection of all sections for a user. */
|
| // TODO(jimhug): This is known as UserData in the server model.
|
| -class Sections extends Iterable<Section> {
|
| +class Sections extends IterableBase<Section> {
|
| final List<Section> _sections;
|
|
|
| Sections(this._sections);
|
|
|