Chromium Code Reviews| Index: utils/css/tool.dart |
| diff --git a/utils/css/tool.dart b/utils/css/tool.dart |
| index 9279b3f1c045bbe6a6d68bec306af0dbb3ece677..22c22c8a04d282c435854390691f9b9a90d56f6a 100644 |
| --- a/utils/css/tool.dart |
| +++ b/utils/css/tool.dart |
| @@ -4,9 +4,10 @@ |
| #library('csstool'); |
| +#import('../../frog/lang.dart', prefix:'lang'); |
| #import('../../frog/file_system.dart'); |
| #import('../../frog/file_system_node.dart'); |
| -#import('../../frog/lang.dart', prefix:'lang'); |
| +#import('../../frog/lib/node/node.dart'); |
| #import('css.dart'); |
| FileSystem files; |