Chromium Code Reviews| Index: client/base/base.dart |
| diff --git a/client/base/base.dart b/client/base/base.dart |
| index 383099a6f5a724ef469fe1d215168deb1f76b3d9..aef5fed82b9e121edb05a6b78729592e14e11f4c 100644 |
| --- a/client/base/base.dart |
| +++ b/client/base/base.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| #library('base'); |
| -#import('dart:html'); |
| +#import('../html/html.dart'); |
| #import('../observable/observable.dart'); |
| #import('../util/utilslib.dart'); |