Chromium Code Reviews| Index: lib/compiler/compiler.dart |
| diff --git a/lib/compiler/compiler.dart b/lib/compiler/compiler.dart |
| index 36bbe56cfa45a6d300a81652f63f93c29c059edf..bc8ed51be087daa8210e1f93c535a967499eb5a8 100644 |
| --- a/lib/compiler/compiler.dart |
| +++ b/lib/compiler/compiler.dart |
| @@ -4,7 +4,7 @@ |
| #library('compiler'); |
| -#import('../uri/uri.dart'); |
| +#import('dart:uri'); |
| #import('implementation/apiimpl.dart'); |
| // Unless explicitly allowed, passing null for any argument to the |