| Index: sdk/lib/mdv_observe_impl/mdv_observe_impl.dart
|
| diff --git a/sdk/lib/mdv_observe_impl/mdv_observe_impl.dart b/sdk/lib/mdv_observe_impl/mdv_observe_impl.dart
|
| index e83a15d863726dccd4605405ce96f89630304a40..9429da1e0760aacdb39b338043e58349c2be30fe 100644
|
| --- a/sdk/lib/mdv_observe_impl/mdv_observe_impl.dart
|
| +++ b/sdk/lib/mdv_observe_impl/mdv_observe_impl.dart
|
| @@ -12,6 +12,8 @@ library dart.mdv_observe_impl;
|
| import 'dart:async';
|
| import 'dart:collection';
|
|
|
| +part 'path_observer.dart';
|
| +
|
| /**
|
| * Interface representing an observable object. This is used by data in
|
| * model-view architectures to notify interested parties of [changes].
|
|
|