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

Unified Diff: pkg/analyzer/lib/file_system/memory_file_system.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/file_system/memory_file_system.dart
diff --git a/pkg/analyzer/lib/file_system/memory_file_system.dart b/pkg/analyzer/lib/file_system/memory_file_system.dart
index 8c3edc2ffb4c702296f96ec4d2f5e4cf9e3ec4a7..83432c0d3d95f1daa69589c52ad1edc558433ecf 100644
--- a/pkg/analyzer/lib/file_system/memory_file_system.dart
+++ b/pkg/analyzer/lib/file_system/memory_file_system.dart
@@ -212,7 +212,7 @@ class _MemoryFile extends _MemoryResource implements File {
/**
* An in-memory implementation of [Source].
*/
-class _MemoryFileSource implements Source {
+class _MemoryFileSource extends AbstractSource {
final _MemoryFile _file;
final Uri uri;
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/source.dart » ('j') | pkg/analyzer/lib/src/generated/source.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698