Chromium Code Reviews| Index: utils/lib/file_system_memory.dart |
| =================================================================== |
| --- utils/lib/file_system_memory.dart (revision 14646) |
| +++ utils/lib/file_system_memory.dart (working copy) |
| @@ -4,9 +4,9 @@ |
| // TODO(terry): Investigate common library for file I/O shared between frog and tools. |
| -#library('file_system_memory'); |
| +library file_system_memory; |
| -#import('file_system.dart'); |
| +import 'file_system.dart'; |
| /** |
| * [FileSystem] implementation a memory buffer. |