Chromium Code Reviews| Index: frog/frogc.dart |
| diff --git a/frog/frogc.dart b/frog/frogc.dart |
| index e121db36c8ec1972dde57ce6312815d7104f488e..e121ae6fc75a6a50ed0fa3edb0c11d765861760f 100644 |
| --- a/frog/frogc.dart |
| +++ b/frog/frogc.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| #import('lang.dart', prefix: 'lang'); |
| -#import('../lib/compiler/implementation/frog_leg.dart', prefix: 'leg'); |
| +#import('frog_leg.dart', prefix: 'leg'); |
| #import('minfrogc.dart', prefix: 'minfrogc'); |
| void main() { |