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

Unified Diff: pkg/analyzer/lib/src/generated/source_io.dart

Issue 882813007: Make source be a target (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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
Index: pkg/analyzer/lib/src/generated/source_io.dart
diff --git a/pkg/analyzer/lib/src/generated/source_io.dart b/pkg/analyzer/lib/src/generated/source_io.dart
index ba147e3a6113b31d8dbda099adc31c92f00e8c6f..5de9b04c6a0cfc0f7462a2cec8c1ba61a40b93c7 100644
--- a/pkg/analyzer/lib/src/generated/source_io.dart
+++ b/pkg/analyzer/lib/src/generated/source_io.dart
@@ -86,8 +86,7 @@ class DirectoryBasedSourceContainer implements SourceContainer {
/**
* Instances of the class `FileBasedSource` implement a source that represents a file.
*/
-class FileBasedSource implements Source {
-
+class FileBasedSource extends AbstractSource {
/**
* A function that changes the way that files are read off of disk.
*/

Powered by Google App Engine
This is Rietveld 408576698