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

Unified Diff: sdk/lib/mdv_observe_impl/mdv_observe_impl.dart

Issue 17434008: Move PathObserver to mdv_observe package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/mdv_observe_impl/path_observer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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].
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | sdk/lib/mdv_observe_impl/path_observer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698